#ccc13f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 193, 63
HSL
55°, 58%, 52%
CMYK
0, 5, 69, 20
Luminance
0.5134
Every format
| HEX | #ccc13f |
| RGB | rgb(204, 193, 63) |
| HSL | hsl(55, 58%, 52%) |
| CMYK | cmyk(0%, 5%, 69%, 20%) |
| LAB | lab(76.9 -11.0 63.6) |
| LCH | lch(76.9 64.5 99.8) |
| OKLCH | oklch(0.797 0.146 104.5) |
Copy-ready code
/* CSS */
color: #ccc13f;
background-color: #ccc13f;
/* Tailwind (arbitrary) */
class="text-[#ccc13f] bg-[#ccc13f]"
/* SCSS */
$brand: #ccc13f;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.247)
/* Android */
Color.parseColor("#ccc13f")Accessibility — WCAG contrast
Aa
#ccc13f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc13f on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow69.1%
Key (black)20.0%
Color previews
#ccc13f text on a black background
contrast 11.27:1
Card sample
#ccc13f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc13f;
Background color
Panel with #ccc13f background
background-color: #ccc13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc13f; background: linear-gradient(135deg, #ccc13f, #79CC3F);