#c2ffea
a pale, electric green · cool · closest name: beige
RGB
194, 255, 234
HSL
159°, 100%, 88%
CMYK
24, 0, 8, 0
Luminance
0.8893
Every format
| HEX | #c2ffea |
| RGB | rgb(194, 255, 234) |
| HSL | hsl(159, 100%, 88%) |
| CMYK | cmyk(24%, 0%, 8%, 0%) |
| LAB | lab(95.5 -23.2 3.8) |
| LCH | lch(95.5 23.5 170.6) |
| OKLCH | oklch(0.953 0.068 171.7) |
Copy-ready code
/* CSS */
color: #c2ffea;
background-color: #c2ffea;
/* Tailwind (arbitrary) */
class="text-[#c2ffea] bg-[#c2ffea]"
/* SCSS */
$brand: #c2ffea;
/* SwiftUI */
Color(red: 0.761, green: 1.000, blue: 0.918)
/* Android */
Color.parseColor("#c2ffea")Accessibility — WCAG contrast
Aa
#c2ffea on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ffea on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green100.0%
Blue91.8%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow8.2%
Key (black)0.0%
Color previews
#c2ffea text on a black background
contrast 18.79:1
Card sample
#c2ffea text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ffea;
Background color
Panel with #c2ffea background
background-color: #c2ffea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ffea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 255, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 255, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ffea; background: linear-gradient(135deg, #c2ffea, #C2EBFF);