#cef360
a light, electric green · cool · closest name: khaki
RGB
206, 243, 96
HSL
75°, 86%, 67%
CMYK
15, 0, 61, 5
Luminance
0.7807
Every format
| HEX | #cef360 |
| RGB | rgb(206, 243, 96) |
| HSL | hsl(75, 86%, 67%) |
| CMYK | cmyk(15%, 0%, 61%, 5%) |
| LAB | lab(90.8 -32.4 65.1) |
| LCH | lch(90.8 72.7 116.5) |
| OKLCH | oklch(0.910 0.176 121.9) |
Copy-ready code
/* CSS */
color: #cef360;
background-color: #cef360;
/* Tailwind (arbitrary) */
class="text-[#cef360] bg-[#cef360]"
/* SCSS */
$brand: #cef360;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#cef360")Accessibility — WCAG contrast
Aa
#cef360 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef360 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue37.6%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#cef360 text on a black background
contrast 16.61:1
Card sample
#cef360 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef360;
Background color
Panel with #cef360 background
background-color: #cef360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef360; background: linear-gradient(135deg, #cef360, #6CF360);