#cefac9
a pale, electric green · cool · closest name: beige
RGB
206, 250, 201
HSL
114°, 83%, 88%
CMYK
18, 0, 20, 2
Luminance
0.8571
Every format
| HEX | #cefac9 |
| RGB | rgb(206, 250, 201) |
| HSL | hsl(114, 83%, 88%) |
| CMYK | cmyk(18%, 0%, 20%, 2%) |
| LAB | lab(94.2 -23.0 18.9) |
| LCH | lch(94.2 29.8 140.6) |
| OKLCH | oklch(0.942 0.079 142.2) |
Copy-ready code
/* CSS */
color: #cefac9;
background-color: #cefac9;
/* Tailwind (arbitrary) */
class="text-[#cefac9] bg-[#cefac9]"
/* SCSS */
$brand: #cefac9;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.788)
/* Android */
Color.parseColor("#cefac9")Accessibility — WCAG contrast
Aa
#cefac9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefac9 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue78.8%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow19.6%
Key (black)2.0%
Color previews
#cefac9 text on a black background
contrast 18.14:1
Card sample
#cefac9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefac9;
Background color
Panel with #cefac9 background
background-color: #cefac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefac9; background: linear-gradient(135deg, #cefac9, #C9FAE5);