#cefc3d
a balanced, electric green · cool · closest name: yellow
RGB
206, 252, 61
HSL
75°, 97%, 61%
CMYK
18, 0, 76, 1
Luminance
0.8308
Every format
| HEX | #cefc3d |
| RGB | rgb(206, 252, 61) |
| HSL | hsl(75, 97%, 61%) |
| CMYK | cmyk(18%, 0%, 76%, 1%) |
| LAB | lab(93.0 -38.5 79.8) |
| LCH | lch(93.0 88.6 115.7) |
| OKLCH | oklch(0.927 0.209 122.8) |
Copy-ready code
/* CSS */
color: #cefc3d;
background-color: #cefc3d;
/* Tailwind (arbitrary) */
class="text-[#cefc3d] bg-[#cefc3d]"
/* SCSS */
$brand: #cefc3d;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.239)
/* Android */
Color.parseColor("#cefc3d")Accessibility — WCAG contrast
Aa
#cefc3d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefc3d on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue23.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow75.8%
Key (black)1.2%
Color previews
#cefc3d text on a black background
contrast 17.62:1
Card sample
#cefc3d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefc3d;
Background color
Panel with #cefc3d background
background-color: #cefc3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefc3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefc3d; background: linear-gradient(135deg, #cefc3d, #4FFC3D);