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