#cefbdf
a pale, electric green · cool · closest name: beige
RGB
206, 251, 223
HSL
143°, 85%, 90%
CMYK
18, 0, 11, 2
Luminance
0.8744
Every format
| HEX | #cefbdf |
| RGB | rgb(206, 251, 223) |
| HSL | hsl(143, 85%, 90%) |
| CMYK | cmyk(18%, 0%, 11%, 2%) |
| LAB | lab(94.9 -19.7 8.7) |
| LCH | lch(94.9 21.5 156.2) |
| OKLCH | oklch(0.949 0.059 157.7) |
Copy-ready code
/* CSS */
color: #cefbdf;
background-color: #cefbdf;
/* Tailwind (arbitrary) */
class="text-[#cefbdf] bg-[#cefbdf]"
/* SCSS */
$brand: #cefbdf;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#cefbdf")Accessibility — WCAG contrast
Aa
#cefbdf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbdf on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#cefbdf text on a black background
contrast 18.49:1
Card sample
#cefbdf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbdf;
Background color
Panel with #cefbdf background
background-color: #cefbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbdf; background: linear-gradient(135deg, #cefbdf, #CEF9FB);