#cfffe5
a pale, electric green · cool · closest name: beige
RGB
207, 255, 229
HSL
148°, 100%, 91%
CMYK
19, 0, 10, 0
Luminance
0.9044
Every format
| HEX | #cfffe5 |
| RGB | rgb(207, 255, 229) |
| HSL | hsl(148, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 10%, 0%) |
| LAB | lab(96.2 -20.2 7.4) |
| LCH | lch(96.2 21.5 159.9) |
| OKLCH | oklch(0.960 0.060 161.4) |
Copy-ready code
/* CSS */
color: #cfffe5;
background-color: #cfffe5;
/* Tailwind (arbitrary) */
class="text-[#cfffe5] bg-[#cfffe5]"
/* SCSS */
$brand: #cfffe5;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.898)
/* Android */
Color.parseColor("#cfffe5")Accessibility — WCAG contrast
Aa
#cfffe5 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffe5 on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue89.8%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow10.2%
Key (black)0.0%
Color previews
#cfffe5 text on a black background
contrast 19.09:1
Card sample
#cfffe5 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffe5;
Background color
Panel with #cfffe5 background
background-color: #cfffe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffe5; background: linear-gradient(135deg, #cfffe5, #CFF9FF);