#cef1df
a pale, vivid green · cool · closest name: beige
RGB
206, 241, 223
HSL
149°, 56%, 88%
CMYK
15, 0, 8, 6
Luminance
0.8136
Every format
| HEX | #cef1df |
| RGB | rgb(206, 241, 223) |
| HSL | hsl(149, 56%, 88%) |
| CMYK | cmyk(15%, 0%, 8%, 6%) |
| LAB | lab(92.3 -14.8 4.9) |
| LCH | lch(92.3 15.6 161.7) |
| OKLCH | oklch(0.928 0.044 163.1) |
Copy-ready code
/* CSS */
color: #cef1df;
background-color: #cef1df;
/* Tailwind (arbitrary) */
class="text-[#cef1df] bg-[#cef1df]"
/* SCSS */
$brand: #cef1df;
/* SwiftUI */
Color(red: 0.808, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#cef1df")Accessibility — WCAG contrast
Aa
#cef1df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef1df on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.5%
Blue87.5%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#cef1df text on a black background
contrast 17.27:1
Card sample
#cef1df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef1df;
Background color
Panel with #cef1df background
background-color: #cef1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef1df; background: linear-gradient(135deg, #cef1df, #CEECF1);