#c3fee2
a pale, electric green · cool · closest name: beige
RGB
195, 254, 226
HSL
152°, 97%, 88%
CMYK
23, 0, 11, 0
Luminance
0.8798
Every format
| HEX | #c3fee2 |
| RGB | rgb(195, 254, 226) |
| HSL | hsl(152, 97%, 88%) |
| CMYK | cmyk(23%, 0%, 11%, 0%) |
| LAB | lab(95.2 -24.0 7.4) |
| LCH | lch(95.2 25.1 162.9) |
| OKLCH | oklch(0.949 0.070 164.3) |
Copy-ready code
/* CSS */
color: #c3fee2;
background-color: #c3fee2;
/* Tailwind (arbitrary) */
class="text-[#c3fee2] bg-[#c3fee2]"
/* SCSS */
$brand: #c3fee2;
/* SwiftUI */
Color(red: 0.765, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#c3fee2")Accessibility — WCAG contrast
Aa
#c3fee2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fee2 on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.6%
Blue88.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#c3fee2 text on a black background
contrast 18.60:1
Card sample
#c3fee2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fee2;
Background color
Panel with #c3fee2 background
background-color: #c3fee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fee2; background: linear-gradient(135deg, #c3fee2, #C3F3FE);