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