#cef593
a light, electric green · cool · closest name: khaki
RGB
206, 245, 147
HSL
84°, 83%, 77%
CMYK
16, 0, 40, 4
Luminance
0.8053
Every format
| HEX | #cef593 |
| RGB | rgb(206, 245, 147) |
| HSL | hsl(84, 83%, 77%) |
| CMYK | cmyk(16%, 0%, 40%, 4%) |
| LAB | lab(91.9 -28.4 43.1) |
| LCH | lch(91.9 51.6 123.4) |
| OKLCH | oklch(0.920 0.131 126.5) |
Copy-ready code
/* CSS */
color: #cef593;
background-color: #cef593;
/* Tailwind (arbitrary) */
class="text-[#cef593] bg-[#cef593]"
/* SCSS */
$brand: #cef593;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.576)
/* Android */
Color.parseColor("#cef593")Accessibility — WCAG contrast
Aa
#cef593 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef593 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue57.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow40.0%
Key (black)3.9%
Color previews
#cef593 text on a black background
contrast 17.11:1
Card sample
#cef593 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef593;
Background color
Panel with #cef593 background
background-color: #cef593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef593; background: linear-gradient(135deg, #cef593, #93F59A);