#ceaf5b
a balanced, vivid yellow · warm · closest name: khaki
RGB
206, 175, 91
HSL
44°, 54%, 58%
CMYK
0, 15, 56, 19
Luminance
0.4454
Every format
| HEX | #ceaf5b |
| RGB | rgb(206, 175, 91) |
| HSL | hsl(44, 54%, 58%) |
| CMYK | cmyk(0%, 15%, 56%, 19%) |
| LAB | lab(72.6 1.0 46.7) |
| LCH | lch(72.6 46.7 88.7) |
| OKLCH | oklch(0.764 0.110 89.4) |
Copy-ready code
/* CSS */
color: #ceaf5b;
background-color: #ceaf5b;
/* Tailwind (arbitrary) */
class="text-[#ceaf5b] bg-[#ceaf5b]"
/* SCSS */
$brand: #ceaf5b;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#ceaf5b")Accessibility — WCAG contrast
Aa
#ceaf5b on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaf5b on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow55.8%
Key (black)19.2%
Color previews
#ceaf5b text on a black background
contrast 9.91:1
Card sample
#ceaf5b text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaf5b;
Background color
Panel with #ceaf5b background
background-color: #ceaf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaf5b; background: linear-gradient(135deg, #ceaf5b, #A0CE5B);