#cef962
a light, electric green · cool · closest name: yellow
RGB
206, 249, 98
HSL
77°, 93%, 68%
CMYK
17, 0, 61, 2
Luminance
0.8176
Every format
| HEX | #cef962 |
| RGB | rgb(206, 249, 98) |
| HSL | hsl(77, 93%, 68%) |
| CMYK | cmyk(17%, 0%, 61%, 2%) |
| LAB | lab(92.5 -35.0 66.0) |
| LCH | lch(92.5 74.7 117.9) |
| OKLCH | oklch(0.923 0.182 123.4) |
Copy-ready code
/* CSS */
color: #cef962;
background-color: #cef962;
/* Tailwind (arbitrary) */
class="text-[#cef962] bg-[#cef962]"
/* SCSS */
$brand: #cef962;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.384)
/* Android */
Color.parseColor("#cef962")Accessibility — WCAG contrast
Aa
#cef962 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef962 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue38.4%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow60.6%
Key (black)2.4%
Color previews
#cef962 text on a black background
contrast 17.35:1
Card sample
#cef962 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef962;
Background color
Panel with #cef962 background
background-color: #cef962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef962; background: linear-gradient(135deg, #cef962, #69F962);