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