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