#cefda7
a light, electric green · cool · closest name: khaki
RGB
206, 253, 167
HSL
93°, 96%, 82%
CMYK
19, 0, 34, 1
Luminance
0.8616
Every format
| HEX | #cefda7 |
| RGB | rgb(206, 253, 167) |
| HSL | hsl(93, 96%, 82%) |
| CMYK | cmyk(19%, 0%, 34%, 1%) |
| LAB | lab(94.4 -29.6 36.4) |
| LCH | lch(94.4 46.9 129.1) |
| OKLCH | oklch(0.941 0.121 131.7) |
Copy-ready code
/* CSS */
color: #cefda7;
background-color: #cefda7;
/* Tailwind (arbitrary) */
class="text-[#cefda7] bg-[#cefda7]"
/* SCSS */
$brand: #cefda7;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.655)
/* Android */
Color.parseColor("#cefda7")Accessibility — WCAG contrast
Aa
#cefda7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefda7 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue65.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow34.0%
Key (black)0.8%
Color previews
#cefda7 text on a black background
contrast 18.23:1
Card sample
#cefda7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefda7;
Background color
Panel with #cefda7 background
background-color: #cefda7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefda7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefda7; background: linear-gradient(135deg, #cefda7, #A7FDBA);