#cefc23
a balanced, electric green · cool · closest name: yellow
RGB
206, 252, 35
HSL
73°, 97%, 56%
CMYK
18, 0, 86, 1
Luminance
0.8286
Every format
| HEX | #cefc23 |
| RGB | rgb(206, 252, 35) |
| HSL | hsl(73, 97%, 56%) |
| CMYK | cmyk(18%, 0%, 86%, 1%) |
| LAB | lab(93.0 -39.4 86.0) |
| LCH | lch(93.0 94.5 114.6) |
| OKLCH | oklch(0.926 0.219 122.3) |
Copy-ready code
/* CSS */
color: #cefc23;
background-color: #cefc23;
/* Tailwind (arbitrary) */
class="text-[#cefc23] bg-[#cefc23]"
/* SCSS */
$brand: #cefc23;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.137)
/* Android */
Color.parseColor("#cefc23")Accessibility — WCAG contrast
Aa
#cefc23 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefc23 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue13.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow86.1%
Key (black)1.2%
Color previews
#cefc23 text on a black background
contrast 17.57:1
Card sample
#cefc23 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefc23;
Background color
Panel with #cefc23 background
background-color: #cefc23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefc23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefc23; background: linear-gradient(135deg, #cefc23, #3EFC23);