#ceaf2f
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 175, 47
HSL
48°, 63%, 50%
CMYK
0, 15, 77, 19
Luminance
0.4399
Every format
| HEX | #ceaf2f |
| RGB | rgb(206, 175, 47) |
| HSL | hsl(48, 63%, 50%) |
| CMYK | cmyk(0%, 15%, 77%, 19%) |
| LAB | lab(72.2 -1.6 65.0) |
| LCH | lch(72.2 65.0 91.4) |
| OKLCH | oklch(0.760 0.142 94.6) |
Copy-ready code
/* CSS */
color: #ceaf2f;
background-color: #ceaf2f;
/* Tailwind (arbitrary) */
class="text-[#ceaf2f] bg-[#ceaf2f]"
/* SCSS */
$brand: #ceaf2f;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#ceaf2f")Accessibility — WCAG contrast
Aa
#ceaf2f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf2f on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow77.2%
Key (black)19.2%
Color previews
#ceaf2f text on a black background
contrast 9.80:1
Card sample
#ceaf2f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf2f;
Background color
Panel with #ceaf2f background
background-color: #ceaf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf2f; background: linear-gradient(135deg, #ceaf2f, #83CE2F);