#cef7cf
a pale, vivid green · cool · closest name: beige
RGB
206, 247, 207
HSL
122°, 72%, 89%
CMYK
17, 0, 16, 3
Luminance
0.8415
Every format
| HEX | #cef7cf |
| RGB | rgb(206, 247, 207) |
| HSL | hsl(122, 72%, 89%) |
| CMYK | cmyk(17%, 0%, 16%, 3%) |
| LAB | lab(93.5 -20.6 14.9) |
| LCH | lch(93.5 25.4 144.0) |
| OKLCH | oklch(0.937 0.068 145.6) |
Copy-ready code
/* CSS */
color: #cef7cf;
background-color: #cef7cf;
/* Tailwind (arbitrary) */
class="text-[#cef7cf] bg-[#cef7cf]"
/* SCSS */
$brand: #cef7cf;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#cef7cf")Accessibility — WCAG contrast
Aa
#cef7cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef7cf on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue81.2%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow16.2%
Key (black)3.1%
Color previews
#cef7cf text on a black background
contrast 17.83:1
Card sample
#cef7cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef7cf;
Background color
Panel with #cef7cf background
background-color: #cef7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef7cf; background: linear-gradient(135deg, #cef7cf, #CEF7EA);