#cefba6
a light, electric green · cool · closest name: khaki
RGB
206, 251, 166
HSL
92°, 91%, 82%
CMYK
18, 0, 34, 2
Luminance
0.8487
Every format
| HEX | #cefba6 |
| RGB | rgb(206, 251, 166) |
| HSL | hsl(92, 91%, 82%) |
| CMYK | cmyk(18%, 0%, 34%, 2%) |
| LAB | lab(93.8 -28.8 36.2) |
| LCH | lch(93.8 46.2 128.5) |
| OKLCH | oklch(0.937 0.119 131.1) |
Copy-ready code
/* CSS */
color: #cefba6;
background-color: #cefba6;
/* Tailwind (arbitrary) */
class="text-[#cefba6] bg-[#cefba6]"
/* SCSS */
$brand: #cefba6;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.651)
/* Android */
Color.parseColor("#cefba6")Accessibility — WCAG contrast
Aa
#cefba6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefba6 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue65.1%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow33.9%
Key (black)1.6%
Color previews
#cefba6 text on a black background
contrast 17.97:1
Card sample
#cefba6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefba6;
Background color
Panel with #cefba6 background
background-color: #cefba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefba6; background: linear-gradient(135deg, #cefba6, #A6FBB7);