#cef4cf
a pale, vivid green · cool · closest name: beige
RGB
206, 244, 207
HSL
122°, 63%, 88%
CMYK
16, 0, 15, 4
Luminance
0.8233
Every format
| HEX | #cef4cf |
| RGB | rgb(206, 244, 207) |
| HSL | hsl(122, 63%, 88%) |
| CMYK | cmyk(16%, 0%, 15%, 4%) |
| LAB | lab(92.7 -19.1 13.8) |
| LCH | lch(92.7 23.6 144.2) |
| OKLCH | oklch(0.930 0.063 145.7) |
Copy-ready code
/* CSS */
color: #cef4cf;
background-color: #cef4cf;
/* Tailwind (arbitrary) */
class="text-[#cef4cf] bg-[#cef4cf]"
/* SCSS */
$brand: #cef4cf;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#cef4cf")Accessibility — WCAG contrast
Aa
#cef4cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef4cf on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue81.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#cef4cf text on a black background
contrast 17.47:1
Card sample
#cef4cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef4cf;
Background color
Panel with #cef4cf background
background-color: #cef4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef4cf; background: linear-gradient(135deg, #cef4cf, #CEF4E8);