#cefbcd
a pale, electric green · cool · closest name: beige
RGB
206, 251, 205
HSL
119°, 85%, 89%
CMYK
18, 0, 18, 2
Luminance
0.8652
Every format
| HEX | #cefbcd |
| RGB | rgb(206, 251, 205) |
| HSL | hsl(119, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 18%, 2%) |
| LAB | lab(94.5 -22.8 17.4) |
| LCH | lch(94.5 28.7 142.7) |
| OKLCH | oklch(0.945 0.077 144.4) |
Copy-ready code
/* CSS */
color: #cefbcd;
background-color: #cefbcd;
/* Tailwind (arbitrary) */
class="text-[#cefbcd] bg-[#cefbcd]"
/* SCSS */
$brand: #cefbcd;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#cefbcd")Accessibility — WCAG contrast
Aa
#cefbcd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbcd on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue80.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#cefbcd text on a black background
contrast 18.30:1
Card sample
#cefbcd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbcd;
Background color
Panel with #cefbcd background
background-color: #cefbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbcd; background: linear-gradient(135deg, #cefbcd, #CDFBEB);