Valkyrie
#eecc22
Here's everything about the color Valkyrie (#eecc22) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eecc22 | |
|---|---|---|
| RGB | rgb(238, 204, 34) | |
| HSL | hsl(50, 86%, 53%) | |
| CMYK | cmyk(0%, 14%, 86%, 7%) | |
| LAB | lab(83, 1, 78) | |
| OKLCH | oklch(0.85 0.168 96) |
Color harmonies
Tints & shades
Code snippets
color: #eecc22;
background-color: #eecc22;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEECC22)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.80, blue: 0.13, alpha: 1.0)