#c2fefe
a pale, electric cyan · cool · closest name: white
RGB
194, 254, 254
HSL
180°, 97%, 88%
CMYK
24, 0, 0, 0
Luminance
0.8951
Every format
| HEX | #c2fefe |
| RGB | rgb(194, 254, 254) |
| HSL | hsl(180, 97%, 88%) |
| CMYK | cmyk(24%, 0%, 0%, 0%) |
| LAB | lab(95.8 -18.6 -6.1) |
| LCH | lch(95.8 19.6 198.2) |
| OKLCH | oklch(0.957 0.060 196.2) |
Copy-ready code
/* CSS */
color: #c2fefe;
background-color: #c2fefe;
/* Tailwind (arbitrary) */
class="text-[#c2fefe] bg-[#c2fefe]"
/* SCSS */
$brand: #c2fefe;
/* SwiftUI */
Color(red: 0.761, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#c2fefe")Accessibility — WCAG contrast
Aa
#c2fefe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fefe on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green99.6%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#c2fefe text on a black background
contrast 18.90:1
Card sample
#c2fefe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fefe;
Background color
Panel with #c2fefe background
background-color: #c2fefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fefe; background: linear-gradient(135deg, #c2fefe, #C2D6FE);