#cfefe2
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 226
HSL
156°, 50%, 88%
CMYK
13, 0, 5, 6
Luminance
0.8049
Every format
| HEX | #cfefe2 |
| RGB | rgb(207, 239, 226) |
| HSL | hsl(156, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 5%, 6%) |
| LAB | lab(91.9 -12.9 2.8) |
| LCH | lch(91.9 13.2 167.8) |
| OKLCH | oklch(0.925 0.038 169.1) |
Copy-ready code
/* CSS */
color: #cfefe2;
background-color: #cfefe2;
/* Tailwind (arbitrary) */
class="text-[#cfefe2] bg-[#cfefe2]"
/* SCSS */
$brand: #cfefe2;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#cfefe2")Accessibility — WCAG contrast
Aa
#cfefe2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefe2 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue88.6%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#cfefe2 text on a black background
contrast 17.10:1
Card sample
#cfefe2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefe2;
Background color
Panel with #cfefe2 background
background-color: #cfefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefe2; background: linear-gradient(135deg, #cfefe2, #CFE7EF);