#ceaf1f
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 175, 31
HSL
49°, 74%, 47%
CMYK
0, 15, 85, 19
Luminance
0.4388
Every format
| HEX | #ceaf1f |
| RGB | rgb(206, 175, 31) |
| HSL | hsl(49, 74%, 47%) |
| CMYK | cmyk(0%, 15%, 85%, 19%) |
| LAB | lab(72.2 -2.1 69.6) |
| LCH | lch(72.2 69.7 91.7) |
| OKLCH | oklch(0.759 0.149 95.5) |
Copy-ready code
/* CSS */
color: #ceaf1f;
background-color: #ceaf1f;
/* Tailwind (arbitrary) */
class="text-[#ceaf1f] bg-[#ceaf1f]"
/* SCSS */
$brand: #ceaf1f;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.122)
/* Android */
Color.parseColor("#ceaf1f")Accessibility — WCAG contrast
Aa
#ceaf1f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf1f on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow85.0%
Key (black)19.2%
Color previews
#ceaf1f text on a black background
contrast 9.78:1
Card sample
#ceaf1f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf1f;
Background color
Panel with #ceaf1f background
background-color: #ceaf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf1f; background: linear-gradient(135deg, #ceaf1f, #78CE1F);