#cef4da
a pale, vivid green · cool · closest name: beige
RGB
206, 244, 218
HSL
139°, 63%, 88%
CMYK
16, 0, 11, 4
Luminance
0.8289
Every format
| HEX | #cef4da |
| RGB | rgb(206, 244, 218) |
| HSL | hsl(139, 63%, 88%) |
| CMYK | cmyk(16%, 0%, 11%, 4%) |
| LAB | lab(93.0 -17.2 8.4) |
| LCH | lch(93.0 19.1 153.8) |
| OKLCH | oklch(0.933 0.053 155.4) |
Copy-ready code
/* CSS */
color: #cef4da;
background-color: #cef4da;
/* Tailwind (arbitrary) */
class="text-[#cef4da] bg-[#cef4da]"
/* SCSS */
$brand: #cef4da;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#cef4da")Accessibility — WCAG contrast
Aa
#cef4da on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef4da on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue85.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#cef4da text on a black background
contrast 17.58:1
Card sample
#cef4da text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef4da;
Background color
Panel with #cef4da background
background-color: #cef4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef4da; background: linear-gradient(135deg, #cef4da, #CEF4F3);