#cead39
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 173, 57
HSL
47°, 60%, 52%
CMYK
0, 16, 72, 19
Luminance
0.4330
Every format
| HEX | #cead39 |
| RGB | rgb(206, 173, 57) |
| HSL | hsl(47, 60%, 52%) |
| CMYK | cmyk(0%, 16%, 72%, 19%) |
| LAB | lab(71.8 -0.1 60.9) |
| LCH | lch(71.8 60.9 90.1) |
| OKLCH | oklch(0.757 0.135 92.6) |
Copy-ready code
/* CSS */
color: #cead39;
background-color: #cead39;
/* Tailwind (arbitrary) */
class="text-[#cead39] bg-[#cead39]"
/* SCSS */
$brand: #cead39;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.224)
/* Android */
Color.parseColor("#cead39")Accessibility — WCAG contrast
Aa
#cead39 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead39 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow72.3%
Key (black)19.2%
Color previews
#cead39 text on a black background
contrast 9.66:1
Card sample
#cead39 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead39;
Background color
Panel with #cead39 background
background-color: #cead39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead39; background: linear-gradient(135deg, #cead39, #8CCE39);