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