#ccc57f
a balanced, soft yellow · cool · closest name: khaki
RGB
204, 197, 127
HSL
55°, 43%, 65%
CMYK
0, 3, 38, 20
Luminance
0.5430
Every format
| HEX | #ccc57f |
| RGB | rgb(204, 197, 127) |
| HSL | hsl(55, 43%, 65%) |
| CMYK | cmyk(0%, 3%, 38%, 20%) |
| LAB | lab(78.6 -7.8 36.0) |
| LCH | lch(78.6 36.8 102.3) |
| OKLCH | oklch(0.813 0.091 103.3) |
Copy-ready code
/* CSS */
color: #ccc57f;
background-color: #ccc57f;
/* Tailwind (arbitrary) */
class="text-[#ccc57f] bg-[#ccc57f]"
/* SCSS */
$brand: #ccc57f;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.498)
/* Android */
Color.parseColor("#ccc57f")Accessibility — WCAG contrast
Aa
#ccc57f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc57f on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow37.7%
Key (black)20.0%
Color previews
#ccc57f text on a black background
contrast 11.86:1
Card sample
#ccc57f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc57f;
Background color
Panel with #ccc57f background
background-color: #ccc57f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc57f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc57f; background: linear-gradient(135deg, #ccc57f, #A0CC7F);