#cccf1f
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 207, 31
HSL
61°, 74%, 47%
CMYK
1, 0, 85, 19
Luminance
0.5756
Every format
| HEX | #cccf1f |
| RGB | rgb(204, 207, 31) |
| HSL | hsl(61, 74%, 47%) |
| CMYK | cmyk(1%, 0%, 85%, 19%) |
| LAB | lab(80.5 -19.2 76.4) |
| LCH | lch(80.5 78.8 104.1) |
| OKLCH | oklch(0.825 0.175 110.8) |
Copy-ready code
/* CSS */
color: #cccf1f;
background-color: #cccf1f;
/* Tailwind (arbitrary) */
class="text-[#cccf1f] bg-[#cccf1f]"
/* SCSS */
$brand: #cccf1f;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.122)
/* Android */
Color.parseColor("#cccf1f")Accessibility — WCAG contrast
Aa
#cccf1f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf1f on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue12.2%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow85.0%
Key (black)18.8%
Color previews
#cccf1f text on a black background
contrast 12.51:1
Card sample
#cccf1f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf1f;
Background color
Panel with #cccf1f background
background-color: #cccf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf1f; background: linear-gradient(135deg, #cccf1f, #57CF1F);