#ccaf69
a balanced, vivid yellow · warm · closest name: tan
RGB
204, 175, 105
HSL
42°, 49%, 61%
CMYK
0, 14, 49, 20
Luminance
0.4452
Every format
| HEX | #ccaf69 |
| RGB | rgb(204, 175, 105) |
| HSL | hsl(42, 49%, 61%) |
| CMYK | cmyk(0%, 14%, 49%, 20%) |
| LAB | lab(72.6 1.4 39.6) |
| LCH | lch(72.6 39.6 88.0) |
| OKLCH | oklch(0.764 0.095 87.6) |
Copy-ready code
/* CSS */
color: #ccaf69;
background-color: #ccaf69;
/* Tailwind (arbitrary) */
class="text-[#ccaf69] bg-[#ccaf69]"
/* SCSS */
$brand: #ccaf69;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.412)
/* Android */
Color.parseColor("#ccaf69")Accessibility — WCAG contrast
Aa
#ccaf69 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf69 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow48.5%
Key (black)20.0%
Color previews
#ccaf69 text on a black background
contrast 9.90:1
Card sample
#ccaf69 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf69;
Background color
Panel with #ccaf69 background
background-color: #ccaf69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf69; background: linear-gradient(135deg, #ccaf69, #A7CC69);