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