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