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