#ccab4f
a balanced, vivid yellow · warm · closest name: peru
RGB
204, 171, 79
HSL
44°, 55%, 56%
CMYK
0, 16, 61, 20
Luminance
0.4253
Every format
| HEX | #ccab4f |
| RGB | rgb(204, 171, 79) |
| HSL | hsl(44, 55%, 56%) |
| CMYK | cmyk(0%, 16%, 61%, 20%) |
| LAB | lab(71.2 1.4 50.8) |
| LCH | lch(71.2 50.8 88.4) |
| OKLCH | oklch(0.753 0.117 89.6) |
Copy-ready code
/* CSS */
color: #ccab4f;
background-color: #ccab4f;
/* Tailwind (arbitrary) */
class="text-[#ccab4f] bg-[#ccab4f]"
/* SCSS */
$brand: #ccab4f;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.310)
/* Android */
Color.parseColor("#ccab4f")Accessibility — WCAG contrast
Aa
#ccab4f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccab4f on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow61.3%
Key (black)20.0%
Color previews
#ccab4f text on a black background
contrast 9.51:1
Card sample
#ccab4f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccab4f;
Background color
Panel with #ccab4f background
background-color: #ccab4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccab4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccab4f; background: linear-gradient(135deg, #ccab4f, #9ACC4F);