#ceaf46
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 175, 70
HSL
46°, 58%, 54%
CMYK
0, 15, 66, 19
Luminance
0.4422
Every format
| HEX | #ceaf46 |
| RGB | rgb(206, 175, 70) |
| HSL | hsl(46, 58%, 54%) |
| CMYK | cmyk(0%, 15%, 66%, 19%) |
| LAB | lab(72.4 -0.4 56.2) |
| LCH | lch(72.4 56.2 90.4) |
| OKLCH | oklch(0.762 0.127 92.6) |
Copy-ready code
/* CSS */
color: #ceaf46;
background-color: #ceaf46;
/* Tailwind (arbitrary) */
class="text-[#ceaf46] bg-[#ceaf46]"
/* SCSS */
$brand: #ceaf46;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.275)
/* Android */
Color.parseColor("#ceaf46")Accessibility — WCAG contrast
Aa
#ceaf46 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf46 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow66.0%
Key (black)19.2%
Color previews
#ceaf46 text on a black background
contrast 9.84:1
Card sample
#ceaf46 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf46;
Background color
Panel with #ceaf46 background
background-color: #ceaf46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf46; background: linear-gradient(135deg, #ceaf46, #92CE46);