#cfffc1
a pale, electric green · cool · closest name: aquamarine
RGB
207, 255, 193
HSL
107°, 100%, 88%
CMYK
19, 0, 24, 0
Luminance
0.8864
Every format
| HEX | #cfffc1 |
| RGB | rgb(207, 255, 193) |
| HSL | hsl(107, 100%, 88%) |
| CMYK | cmyk(19%, 0%, 24%, 0%) |
| LAB | lab(95.4 -26.4 24.8) |
| LCH | lch(95.4 36.2 136.8) |
| OKLCH | oklch(0.951 0.095 138.7) |
Copy-ready code
/* CSS */
color: #cfffc1;
background-color: #cfffc1;
/* Tailwind (arbitrary) */
class="text-[#cfffc1] bg-[#cfffc1]"
/* SCSS */
$brand: #cfffc1;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.757)
/* Android */
Color.parseColor("#cfffc1")Accessibility — WCAG contrast
Aa
#cfffc1 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffc1 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue75.7%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow24.3%
Key (black)0.0%
Color previews
#cfffc1 text on a black background
contrast 18.73:1
Card sample
#cfffc1 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffc1;
Background color
Panel with #cfffc1 background
background-color: #cfffc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffc1; background: linear-gradient(135deg, #cfffc1, #C1FFDC);