#cef2dc
a pale, vivid green · cool · closest name: beige
RGB
206, 242, 220
HSL
143°, 58%, 88%
CMYK
15, 0, 9, 5
Luminance
0.8179
Every format
| HEX | #cef2dc |
| RGB | rgb(206, 242, 220) |
| HSL | hsl(143, 58%, 88%) |
| CMYK | cmyk(15%, 0%, 9%, 5%) |
| LAB | lab(92.5 -15.8 6.7) |
| LCH | lch(92.5 17.2 156.9) |
| OKLCH | oklch(0.929 0.048 158.5) |
Copy-ready code
/* CSS */
color: #cef2dc;
background-color: #cef2dc;
/* Tailwind (arbitrary) */
class="text-[#cef2dc] bg-[#cef2dc]"
/* SCSS */
$brand: #cef2dc;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.863)
/* Android */
Color.parseColor("#cef2dc")Accessibility — WCAG contrast
Aa
#cef2dc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef2dc on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue86.3%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow9.1%
Key (black)5.1%
Color previews
#cef2dc text on a black background
contrast 17.36:1
Card sample
#cef2dc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef2dc;
Background color
Panel with #cef2dc background
background-color: #cef2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef2dc; background: linear-gradient(135deg, #cef2dc, #CEF0F2);