#cef34f
a balanced, electric green · cool · closest name: yellow
RGB
206, 243, 79
HSL
74°, 87%, 63%
CMYK
15, 0, 68, 5
Luminance
0.7779
Every format
| HEX | #cef34f |
| RGB | rgb(206, 243, 79) |
| HSL | hsl(74, 87%, 63%) |
| CMYK | cmyk(15%, 0%, 68%, 5%) |
| LAB | lab(90.7 -33.5 71.6) |
| LCH | lch(90.7 79.0 115.1) |
| OKLCH | oklch(0.908 0.189 121.3) |
Copy-ready code
/* CSS */
color: #cef34f;
background-color: #cef34f;
/* Tailwind (arbitrary) */
class="text-[#cef34f] bg-[#cef34f]"
/* SCSS */
$brand: #cef34f;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.310)
/* Android */
Color.parseColor("#cef34f")Accessibility — WCAG contrast
Aa
#cef34f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef34f on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue31.0%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow67.5%
Key (black)4.7%
Color previews
#cef34f text on a black background
contrast 16.56:1
Card sample
#cef34f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef34f;
Background color
Panel with #cef34f background
background-color: #cef34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef34f; background: linear-gradient(135deg, #cef34f, #61F34F);