#c2e4fa
a pale, electric blue · cool · closest name: lavender
RGB
194, 228, 250
HSL
204°, 85%, 87%
CMYK
22, 9, 0, 2
Luminance
0.7386
Every format
| HEX | #c2e4fa |
| RGB | rgb(194, 228, 250) |
| HSL | hsl(204, 85%, 87%) |
| CMYK | cmyk(22%, 9%, 0%, 2%) |
| LAB | lab(88.8 -6.4 -14.4) |
| LCH | lch(88.8 15.7 245.9) |
| OKLCH | oklch(0.901 0.047 236.4) |
Copy-ready code
/* CSS */
color: #c2e4fa;
background-color: #c2e4fa;
/* Tailwind (arbitrary) */
class="text-[#c2e4fa] bg-[#c2e4fa]"
/* SCSS */
$brand: #c2e4fa;
/* SwiftUI */
Color(red: 0.761, green: 0.894, blue: 0.980)
/* Android */
Color.parseColor("#c2e4fa")Accessibility — WCAG contrast
Aa
#c2e4fa on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e4fa on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green89.4%
Blue98.0%
CMYK percentages
Cyan22.4%
Magenta8.8%
Yellow0.0%
Key (black)2.0%
Color previews
#c2e4fa text on a black background
contrast 15.77:1
Card sample
#c2e4fa text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e4fa;
Background color
Panel with #c2e4fa background
background-color: #c2e4fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e4fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 228, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 228, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e4fa; background: linear-gradient(135deg, #c2e4fa, #C6C2FA);