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