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