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