#cefaba
a pale, electric green · cool · closest name: khaki
RGB
206, 250, 186
HSL
101°, 87%, 86%
CMYK
18, 0, 26, 2
Luminance
0.8504
Every format
| HEX | #cefaba |
| RGB | rgb(206, 250, 186) |
| HSL | hsl(101, 87%, 86%) |
| CMYK | cmyk(18%, 0%, 26%, 2%) |
| LAB | lab(93.9 -25.4 26.2) |
| LCH | lch(93.9 36.5 134.1) |
| OKLCH | oklch(0.938 0.096 136.0) |
Copy-ready code
/* CSS */
color: #cefaba;
background-color: #cefaba;
/* Tailwind (arbitrary) */
class="text-[#cefaba] bg-[#cefaba]"
/* SCSS */
$brand: #cefaba;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.729)
/* Android */
Color.parseColor("#cefaba")Accessibility — WCAG contrast
Aa
#cefaba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefaba on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue72.9%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow25.6%
Key (black)2.0%
Color previews
#cefaba text on a black background
contrast 18.01:1
Card sample
#cefaba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefaba;
Background color
Panel with #cefaba background
background-color: #cefaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefaba; background: linear-gradient(135deg, #cefaba, #BAFAD1);