#cef7df
a pale, vivid green · cool · closest name: beige
RGB
206, 247, 223
HSL
145°, 72%, 89%
CMYK
17, 0, 10, 3
Luminance
0.8497
Every format
| HEX | #cef7df |
| RGB | rgb(206, 247, 223) |
| HSL | hsl(145, 72%, 89%) |
| CMYK | cmyk(17%, 0%, 10%, 3%) |
| LAB | lab(93.9 -17.7 7.2) |
| LCH | lch(93.9 19.1 158.0) |
| OKLCH | oklch(0.941 0.053 159.5) |
Copy-ready code
/* CSS */
color: #cef7df;
background-color: #cef7df;
/* Tailwind (arbitrary) */
class="text-[#cef7df] bg-[#cef7df]"
/* SCSS */
$brand: #cef7df;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#cef7df")Accessibility — WCAG contrast
Aa
#cef7df on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef7df on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#cef7df text on a black background
contrast 17.99:1
Card sample
#cef7df text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef7df;
Background color
Panel with #cef7df background
background-color: #cef7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef7df; background: linear-gradient(135deg, #cef7df, #CEF4F7);