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