#ccd607
a dark, electric yellow · cool · closest name: yellow
RGB
204, 214, 7
HSL
63°, 94%, 43%
CMYK
5, 0, 97, 16
Luminance
0.6095
Every format
| HEX | #ccd607 |
| RGB | rgb(204, 214, 7) |
| HSL | hsl(63, 94%, 43%) |
| CMYK | cmyk(5%, 0%, 97%, 16%) |
| LAB | lab(82.3 -23.0 81.2) |
| LCH | lch(82.3 84.4 105.8) |
| OKLCH | oklch(0.840 0.187 113.2) |
Copy-ready code
/* CSS */
color: #ccd607;
background-color: #ccd607;
/* Tailwind (arbitrary) */
class="text-[#ccd607] bg-[#ccd607]"
/* SCSS */
$brand: #ccd607;
/* SwiftUI */
Color(red: 0.800, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#ccd607")Accessibility — WCAG contrast
Aa
#ccd607 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd607 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green83.9%
Blue2.7%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#ccd607 text on a black background
contrast 13.19:1
Card sample
#ccd607 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd607;
Background color
Panel with #ccd607 background
background-color: #ccd607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd607; background: linear-gradient(135deg, #ccd607, #42D607);