#cefcc9
a pale, electric green · cool · closest name: beige
RGB
206, 252, 201
HSL
114°, 90%, 89%
CMYK
18, 0, 20, 1
Luminance
0.8696
Every format
| HEX | #cefcc9 |
| RGB | rgb(206, 252, 201) |
| HSL | hsl(114, 90%, 89%) |
| CMYK | cmyk(18%, 0%, 20%, 1%) |
| LAB | lab(94.7 -24.0 19.7) |
| LCH | lch(94.7 31.0 140.6) |
| OKLCH | oklch(0.946 0.083 142.3) |
Copy-ready code
/* CSS */
color: #cefcc9;
background-color: #cefcc9;
/* Tailwind (arbitrary) */
class="text-[#cefcc9] bg-[#cefcc9]"
/* SCSS */
$brand: #cefcc9;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.788)
/* Android */
Color.parseColor("#cefcc9")Accessibility — WCAG contrast
Aa
#cefcc9 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcc9 on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue78.8%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow20.2%
Key (black)1.2%
Color previews
#cefcc9 text on a black background
contrast 18.39:1
Card sample
#cefcc9 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcc9;
Background color
Panel with #cefcc9 background
background-color: #cefcc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcc9; background: linear-gradient(135deg, #cefcc9, #C9FCE6);