#cef5df
a pale, vivid green · cool · closest name: beige
RGB
206, 245, 223
HSL
146°, 66%, 88%
CMYK
16, 0, 9, 4
Luminance
0.8375
Every format
| HEX | #cef5df |
| RGB | rgb(206, 245, 223) |
| HSL | hsl(146, 66%, 88%) |
| CMYK | cmyk(16%, 0%, 9%, 4%) |
| LAB | lab(93.3 -16.7 6.4) |
| LCH | lch(93.3 17.9 159.0) |
| OKLCH | oklch(0.936 0.050 160.6) |
Copy-ready code
/* CSS */
color: #cef5df;
background-color: #cef5df;
/* Tailwind (arbitrary) */
class="text-[#cef5df] bg-[#cef5df]"
/* SCSS */
$brand: #cef5df;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#cef5df")Accessibility — WCAG contrast
Aa
#cef5df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5df on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue87.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#cef5df text on a black background
contrast 17.75:1
Card sample
#cef5df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5df;
Background color
Panel with #cef5df background
background-color: #cef5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5df; background: linear-gradient(135deg, #cef5df, #CEF1F5);