#cef3dc
a pale, vivid green · cool · closest name: beige
RGB
206, 243, 220
HSL
143°, 61%, 88%
CMYK
15, 0, 10, 5
Luminance
0.8239
Every format
| HEX | #cef3dc |
| RGB | rgb(206, 243, 220) |
| HSL | hsl(143, 61%, 88%) |
| CMYK | cmyk(15%, 0%, 10%, 5%) |
| LAB | lab(92.8 -16.3 7.1) |
| LCH | lch(92.8 17.8 156.4) |
| OKLCH | oklch(0.931 0.049 158.0) |
Copy-ready code
/* CSS */
color: #cef3dc;
background-color: #cef3dc;
/* Tailwind (arbitrary) */
class="text-[#cef3dc] bg-[#cef3dc]"
/* SCSS */
$brand: #cef3dc;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.863)
/* Android */
Color.parseColor("#cef3dc")Accessibility — WCAG contrast
Aa
#cef3dc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3dc on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue86.3%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow9.5%
Key (black)4.7%
Color previews
#cef3dc text on a black background
contrast 17.48:1
Card sample
#cef3dc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3dc;
Background color
Panel with #cef3dc background
background-color: #cef3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3dc; background: linear-gradient(135deg, #cef3dc, #CEF1F3);