#cefabf
a pale, electric green · cool · closest name: beige
RGB
206, 250, 191
HSL
105°, 86%, 87%
CMYK
18, 0, 24, 2
Luminance
0.8525
Every format
| HEX | #cefabf |
| RGB | rgb(206, 250, 191) |
| HSL | hsl(105, 86%, 87%) |
| CMYK | cmyk(18%, 0%, 24%, 2%) |
| LAB | lab(94.0 -24.6 23.8) |
| LCH | lch(94.0 34.2 136.0) |
| OKLCH | oklch(0.939 0.090 137.8) |
Copy-ready code
/* CSS */
color: #cefabf;
background-color: #cefabf;
/* Tailwind (arbitrary) */
class="text-[#cefabf] bg-[#cefabf]"
/* SCSS */
$brand: #cefabf;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#cefabf")Accessibility — WCAG contrast
Aa
#cefabf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefabf on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue74.9%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#cefabf text on a black background
contrast 18.05:1
Card sample
#cefabf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefabf;
Background color
Panel with #cefabf background
background-color: #cefabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefabf; background: linear-gradient(135deg, #cefabf, #BFFAD7);