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