#cef085
a light, electric green · cool · closest name: khaki
RGB
206, 240, 133
HSL
79°, 78%, 73%
CMYK
14, 0, 45, 6
Luminance
0.7714
Every format
| HEX | #cef085 |
| RGB | rgb(206, 240, 133) |
| HSL | hsl(79, 78%, 73%) |
| CMYK | cmyk(14%, 0%, 45%, 6%) |
| LAB | lab(90.4 -27.6 47.9) |
| LCH | lch(90.4 55.3 120.0) |
| OKLCH | oklch(0.907 0.139 123.6) |
Copy-ready code
/* CSS */
color: #cef085;
background-color: #cef085;
/* Tailwind (arbitrary) */
class="text-[#cef085] bg-[#cef085]"
/* SCSS */
$brand: #cef085;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.522)
/* Android */
Color.parseColor("#cef085")Accessibility — WCAG contrast
Aa
#cef085 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef085 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue52.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow44.6%
Key (black)5.9%
Color previews
#cef085 text on a black background
contrast 16.43:1
Card sample
#cef085 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef085;
Background color
Panel with #cef085 background
background-color: #cef085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef085; background: linear-gradient(135deg, #cef085, #86F085);