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