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