#cccf44
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 207, 68
HSL
61°, 59%, 54%
CMYK
1, 0, 67, 19
Luminance
0.5788
Every format
| HEX | #cccf44 |
| RGB | rgb(204, 207, 68) |
| HSL | hsl(61, 59%, 54%) |
| CMYK | cmyk(1%, 0%, 67%, 19%) |
| LAB | lab(80.7 -17.8 65.5) |
| LCH | lch(80.7 67.9 105.2) |
| OKLCH | oklch(0.827 0.157 110.6) |
Copy-ready code
/* CSS */
color: #cccf44;
background-color: #cccf44;
/* Tailwind (arbitrary) */
class="text-[#cccf44] bg-[#cccf44]"
/* SCSS */
$brand: #cccf44;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.267)
/* Android */
Color.parseColor("#cccf44")Accessibility — WCAG contrast
Aa
#cccf44 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf44 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue26.7%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow67.1%
Key (black)18.8%
Color previews
#cccf44 text on a black background
contrast 12.58:1
Card sample
#cccf44 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf44;
Background color
Panel with #cccf44 background
background-color: #cccf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf44; background: linear-gradient(135deg, #cccf44, #6FCF44);