#cef85f
a light, electric green · cool · closest name: yellow
RGB
206, 248, 95
HSL
77°, 92%, 67%
CMYK
17, 0, 62, 3
Luminance
0.8108
Every format
| HEX | #cef85f |
| RGB | rgb(206, 248, 95) |
| HSL | hsl(77, 92%, 67%) |
| CMYK | cmyk(17%, 0%, 62%, 3%) |
| LAB | lab(92.2 -34.8 66.9) |
| LCH | lch(92.2 75.4 117.4) |
| OKLCH | oklch(0.921 0.183 123.1) |
Copy-ready code
/* CSS */
color: #cef85f;
background-color: #cef85f;
/* Tailwind (arbitrary) */
class="text-[#cef85f] bg-[#cef85f]"
/* SCSS */
$brand: #cef85f;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.373)
/* Android */
Color.parseColor("#cef85f")Accessibility — WCAG contrast
Aa
#cef85f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef85f on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue37.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow61.7%
Key (black)2.7%
Color previews
#cef85f text on a black background
contrast 17.22:1
Card sample
#cef85f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef85f;
Background color
Panel with #cef85f background
background-color: #cef85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef85f; background: linear-gradient(135deg, #cef85f, #68F85F);