#cce607
a balanced, electric yellow · cool · closest name: yellow
RGB
204, 230, 7
HSL
67°, 94%, 47%
CMYK
11, 0, 97, 10
Luminance
0.6945
Every format
| HEX | #cce607 |
| RGB | rgb(204, 230, 7) |
| HSL | hsl(67, 94%, 47%) |
| CMYK | cmyk(11%, 0%, 97%, 10%) |
| LAB | lab(86.7 -30.6 84.5) |
| LCH | lch(86.7 89.9 109.9) |
| OKLCH | oklch(0.875 0.202 117.7) |
Copy-ready code
/* CSS */
color: #cce607;
background-color: #cce607;
/* Tailwind (arbitrary) */
class="text-[#cce607] bg-[#cce607]"
/* SCSS */
$brand: #cce607;
/* SwiftUI */
Color(red: 0.800, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#cce607")Accessibility — WCAG contrast
Aa
#cce607 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce607 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green90.2%
Blue2.7%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#cce607 text on a black background
contrast 14.89:1
Card sample
#cce607 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce607;
Background color
Panel with #cce607 background
background-color: #cce607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce607; background: linear-gradient(135deg, #cce607, #37E607);