#cefeba
a pale, electric green · cool · closest name: khaki
RGB
206, 254, 186
HSL
102°, 97%, 86%
CMYK
19, 0, 27, 0
Luminance
0.8755
Every format
| HEX | #cefeba |
| RGB | rgb(206, 254, 186) |
| HSL | hsl(102, 97%, 86%) |
| CMYK | cmyk(19%, 0%, 27%, 0%) |
| LAB | lab(95.0 -27.3 27.7) |
| LCH | lch(95.0 38.9 134.6) |
| OKLCH | oklch(0.947 0.102 136.6) |
Copy-ready code
/* CSS */
color: #cefeba;
background-color: #cefeba;
/* Tailwind (arbitrary) */
class="text-[#cefeba] bg-[#cefeba]"
/* SCSS */
$brand: #cefeba;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#cefeba")Accessibility — WCAG contrast
Aa
#cefeba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefeba on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue72.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#cefeba text on a black background
contrast 18.51:1
Card sample
#cefeba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefeba;
Background color
Panel with #cefeba background
background-color: #cefeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefeba; background: linear-gradient(135deg, #cefeba, #BAFED3);