#cefda0
a light, electric green · cool · closest name: khaki
RGB
206, 253, 160
HSL
90°, 96%, 81%
CMYK
19, 0, 37, 1
Luminance
0.8591
Every format
| HEX | #cefda0 |
| RGB | rgb(206, 253, 160) |
| HSL | hsl(90, 96%, 81%) |
| CMYK | cmyk(19%, 0%, 37%, 1%) |
| LAB | lab(94.3 -30.5 39.7) |
| LCH | lch(94.3 50.1 127.5) |
| OKLCH | oklch(0.940 0.129 130.4) |
Copy-ready code
/* CSS */
color: #cefda0;
background-color: #cefda0;
/* Tailwind (arbitrary) */
class="text-[#cefda0] bg-[#cefda0]"
/* SCSS */
$brand: #cefda0;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.627)
/* Android */
Color.parseColor("#cefda0")Accessibility — WCAG contrast
Aa
#cefda0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefda0 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue62.7%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow36.8%
Key (black)0.8%
Color previews
#cefda0 text on a black background
contrast 18.18:1
Card sample
#cefda0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefda0;
Background color
Panel with #cefda0 background
background-color: #cefda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefda0; background: linear-gradient(135deg, #cefda0, #A0FDB0);