Alaska
#dadad1
Alaska, represented by the hex value #dadad1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dadad1 | |
|---|---|---|
| RGB | rgb(218, 218, 209) | |
| HSL | hsl(60, 11%, 84%) | |
| CMYK | cmyk(0%, 0%, 4%, 15%) | |
| LAB | lab(87, -1, 4) | |
| OKLCH | oklch(0.89 0.012 107) |
Color harmonies
Tints & shades
Code snippets
color: #dadad1;
background-color: #dadad1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDADAD1)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.85, blue: 0.82, alpha: 1.0)