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