#ccaf5f
a balanced, vivid yellow · warm · closest name: khaki
RGB
204, 175, 95
HSL
44°, 52%, 59%
CMYK
0, 14, 53, 20
Luminance
0.4432
Every format
| HEX | #ccaf5f |
| RGB | rgb(204, 175, 95) |
| HSL | hsl(44, 52%, 59%) |
| CMYK | cmyk(0%, 14%, 53%, 20%) |
| LAB | lab(72.5 0.5 44.5) |
| LCH | lch(72.5 44.5 89.3) |
| OKLCH | oklch(0.763 0.105 89.9) |
Copy-ready code
/* CSS */
color: #ccaf5f;
background-color: #ccaf5f;
/* Tailwind (arbitrary) */
class="text-[#ccaf5f] bg-[#ccaf5f]"
/* SCSS */
$brand: #ccaf5f;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#ccaf5f")Accessibility — WCAG contrast
Aa
#ccaf5f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf5f on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow53.4%
Key (black)20.0%
Color previews
#ccaf5f text on a black background
contrast 9.86:1
Card sample
#ccaf5f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf5f;
Background color
Panel with #ccaf5f background
background-color: #ccaf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf5f; background: linear-gradient(135deg, #ccaf5f, #A0CC5F);