#cef950
a balanced, electric green · cool · closest name: yellow
RGB
206, 249, 80
HSL
75°, 93%, 65%
CMYK
17, 0, 68, 2
Luminance
0.8145
Every format
| HEX | #cef950 |
| RGB | rgb(206, 249, 80) |
| HSL | hsl(75, 93%, 65%) |
| CMYK | cmyk(17%, 0%, 68%, 2%) |
| LAB | lab(92.3 -36.2 72.9) |
| LCH | lch(92.3 81.4 116.4) |
| OKLCH | oklch(0.921 0.195 122.7) |
Copy-ready code
/* CSS */
color: #cef950;
background-color: #cef950;
/* Tailwind (arbitrary) */
class="text-[#cef950] bg-[#cef950]"
/* SCSS */
$brand: #cef950;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.314)
/* Android */
Color.parseColor("#cef950")Accessibility — WCAG contrast
Aa
#cef950 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef950 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue31.4%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow67.9%
Key (black)2.4%
Color previews
#cef950 text on a black background
contrast 17.29:1
Card sample
#cef950 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef950;
Background color
Panel with #cef950 background
background-color: #cef950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef950; background: linear-gradient(135deg, #cef950, #5DF950);