#cefc4f
a balanced, electric green · cool · closest name: yellow
RGB
206, 252, 79
HSL
76°, 97%, 65%
CMYK
18, 0, 69, 1
Luminance
0.8331
Every format
| HEX | #cefc4f |
| RGB | rgb(206, 252, 79) |
| HSL | hsl(76, 97%, 65%) |
| CMYK | cmyk(18%, 0%, 69%, 1%) |
| LAB | lab(93.2 -37.6 74.1) |
| LCH | lch(93.2 83.1 116.9) |
| OKLCH | oklch(0.928 0.199 123.3) |
Copy-ready code
/* CSS */
color: #cefc4f;
background-color: #cefc4f;
/* Tailwind (arbitrary) */
class="text-[#cefc4f] bg-[#cefc4f]"
/* SCSS */
$brand: #cefc4f;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.310)
/* Android */
Color.parseColor("#cefc4f")Accessibility — WCAG contrast
Aa
#cefc4f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefc4f on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue31.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow68.7%
Key (black)1.2%
Color previews
#cefc4f text on a black background
contrast 17.66:1
Card sample
#cefc4f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefc4f;
Background color
Panel with #cefc4f background
background-color: #cefc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefc4f; background: linear-gradient(135deg, #cefc4f, #5BFC4F);