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