#ccc15f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 193, 95
HSL
54°, 52%, 59%
CMYK
0, 5, 53, 20
Luminance
0.5180
Every format
| HEX | #ccc15f |
| RGB | rgb(204, 193, 95) |
| HSL | hsl(54, 52%, 59%) |
| CMYK | cmyk(0%, 5%, 53%, 20%) |
| LAB | lab(77.2 -8.9 50.1) |
| LCH | lch(77.2 50.8 100.1) |
| OKLCH | oklch(0.800 0.120 102.9) |
Copy-ready code
/* CSS */
color: #ccc15f;
background-color: #ccc15f;
/* Tailwind (arbitrary) */
class="text-[#ccc15f] bg-[#ccc15f]"
/* SCSS */
$brand: #ccc15f;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.373)
/* Android */
Color.parseColor("#ccc15f")Accessibility — WCAG contrast
Aa
#ccc15f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc15f on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow53.4%
Key (black)20.0%
Color previews
#ccc15f text on a black background
contrast 11.36:1
Card sample
#ccc15f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc15f;
Background color
Panel with #ccc15f background
background-color: #ccc15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc15f; background: linear-gradient(135deg, #ccc15f, #8ECC5F);