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