#cfefd4
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 212
HSL
129°, 50%, 88%
CMYK
13, 0, 11, 6
Luminance
0.7975
Every format
| HEX | #cfefd4 |
| RGB | rgb(207, 239, 212) |
| HSL | hsl(129, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 11%, 6%) |
| LAB | lab(91.6 -15.4 9.6) |
| LCH | lch(91.6 18.2 148.2) |
| OKLCH | oklch(0.922 0.049 149.7) |
Copy-ready code
/* CSS */
color: #cfefd4;
background-color: #cfefd4;
/* Tailwind (arbitrary) */
class="text-[#cfefd4] bg-[#cfefd4]"
/* SCSS */
$brand: #cfefd4;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#cfefd4")Accessibility — WCAG contrast
Aa
#cfefd4 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefd4 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue83.1%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#cfefd4 text on a black background
contrast 16.95:1
Card sample
#cfefd4 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefd4;
Background color
Panel with #cfefd4 background
background-color: #cfefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefd4; background: linear-gradient(135deg, #cfefd4, #CFEFE9);