#ceaf65
a balanced, vivid yellow · warm · closest name: tan
RGB
206, 175, 101
HSL
42°, 52%, 60%
CMYK
0, 15, 51, 19
Luminance
0.4472
Every format
| HEX | #ceaf65 |
| RGB | rgb(206, 175, 101) |
| HSL | hsl(42, 52%, 60%) |
| CMYK | cmyk(0%, 15%, 51%, 19%) |
| LAB | lab(72.7 1.9 41.8) |
| LCH | lch(72.7 41.9 87.4) |
| OKLCH | oklch(0.765 0.100 87.3) |
Copy-ready code
/* CSS */
color: #ceaf65;
background-color: #ceaf65;
/* Tailwind (arbitrary) */
class="text-[#ceaf65] bg-[#ceaf65]"
/* SCSS */
$brand: #ceaf65;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.396)
/* Android */
Color.parseColor("#ceaf65")Accessibility — WCAG contrast
Aa
#ceaf65 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf65 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow51.0%
Key (black)19.2%
Color previews
#ceaf65 text on a black background
contrast 9.94:1
Card sample
#ceaf65 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf65;
Background color
Panel with #ceaf65 background
background-color: #ceaf65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf65; background: linear-gradient(135deg, #ceaf65, #A7CE65);