#dec05f
a balanced, vivid yellow · cool · closest name: khaki
RGB
222, 192, 95
HSL
46°, 66%, 62%
CMYK
0, 14, 57, 13
Luminance
0.5406
Every format
| HEX | #dec05f |
| RGB | rgb(222, 192, 95) |
| HSL | hsl(46, 66%, 62%) |
| CMYK | cmyk(0%, 14%, 57%, 13%) |
| LAB | lab(78.5 -0.9 52.0) |
| LCH | lch(78.5 52.0 91.0) |
| OKLCH | oklch(0.814 0.121 92.4) |
Copy-ready code
/* CSS */
color: #dec05f;
background-color: #dec05f;
/* Tailwind (arbitrary) */
class="text-[#dec05f] bg-[#dec05f]"
/* SCSS */
$brand: #dec05f;
/* SwiftUI */
Color(red: 0.871, green: 0.753, blue: 0.373)
/* Android */
Color.parseColor("#dec05f")Accessibility — WCAG contrast
Aa
#dec05f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec05f on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green75.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow57.2%
Key (black)12.9%
Color previews
#dec05f text on a black background
contrast 11.81:1
Card sample
#dec05f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec05f;
Background color
Panel with #dec05f background
background-color: #dec05f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec05f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 192, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 192, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec05f; background: linear-gradient(135deg, #dec05f, #A7DE5F);