#cef607
a balanced, electric green · cool · closest name: yellow
RGB
206, 246, 7
HSL
70°, 95%, 50%
CMYK
16, 0, 97, 4
Luminance
0.7905
Every format
| HEX | #cef607 |
| RGB | rgb(206, 246, 7) |
| HSL | hsl(70, 95%, 50%) |
| CMYK | cmyk(16%, 0%, 97%, 4%) |
| LAB | lab(91.3 -37.1 88.0) |
| LCH | lch(91.3 95.5 112.9) |
| OKLCH | oklch(0.912 0.218 120.9) |
Copy-ready code
/* CSS */
color: #cef607;
background-color: #cef607;
/* Tailwind (arbitrary) */
class="text-[#cef607] bg-[#cef607]"
/* SCSS */
$brand: #cef607;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.027)
/* Android */
Color.parseColor("#cef607")Accessibility — WCAG contrast
Aa
#cef607 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef607 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue2.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow97.2%
Key (black)3.5%
Color previews
#cef607 text on a black background
contrast 16.81:1
Card sample
#cef607 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef607;
Background color
Panel with #cef607 background
background-color: #cef607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef607; background: linear-gradient(135deg, #cef607, #2FF607);