#ccc23f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 194, 63
HSL
56°, 58%, 52%
CMYK
0, 5, 69, 20
Luminance
0.5178
Every format
| HEX | #ccc23f |
| RGB | rgb(204, 194, 63) |
| HSL | hsl(56, 58%, 52%) |
| CMYK | cmyk(0%, 5%, 69%, 20%) |
| LAB | lab(77.2 -11.5 63.9) |
| LCH | lch(77.2 64.9 100.2) |
| OKLCH | oklch(0.799 0.147 104.9) |
Copy-ready code
/* CSS */
color: #ccc23f;
background-color: #ccc23f;
/* Tailwind (arbitrary) */
class="text-[#ccc23f] bg-[#ccc23f]"
/* SCSS */
$brand: #ccc23f;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.247)
/* Android */
Color.parseColor("#ccc23f")Accessibility — WCAG contrast
Aa
#ccc23f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc23f on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow69.1%
Key (black)20.0%
Color previews
#ccc23f text on a black background
contrast 11.36:1
Card sample
#ccc23f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc23f;
Background color
Panel with #ccc23f background
background-color: #ccc23f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc23f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc23f; background: linear-gradient(135deg, #ccc23f, #78CC3F);