#cef4d2
a pale, vivid green · cool · closest name: beige
RGB
206, 244, 210
HSL
126°, 63%, 88%
CMYK
16, 0, 14, 4
Luminance
0.8248
Every format
| HEX | #cef4d2 |
| RGB | rgb(206, 244, 210) |
| HSL | hsl(126, 63%, 88%) |
| CMYK | cmyk(16%, 0%, 14%, 4%) |
| LAB | lab(92.8 -18.6 12.3) |
| LCH | lch(92.8 22.3 146.4) |
| OKLCH | oklch(0.931 0.060 148.0) |
Copy-ready code
/* CSS */
color: #cef4d2;
background-color: #cef4d2;
/* Tailwind (arbitrary) */
class="text-[#cef4d2] bg-[#cef4d2]"
/* SCSS */
$brand: #cef4d2;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.824)
/* Android */
Color.parseColor("#cef4d2")Accessibility — WCAG contrast
Aa
#cef4d2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef4d2 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue82.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow13.9%
Key (black)4.3%
Color previews
#cef4d2 text on a black background
contrast 17.50:1
Card sample
#cef4d2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef4d2;
Background color
Panel with #cef4d2 background
background-color: #cef4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef4d2; background: linear-gradient(135deg, #cef4d2, #CEF4EB);