#c2ecf9
a pale, electric cyan · cool · closest name: lavender
RGB
194, 236, 249
HSL
194°, 82%, 87%
CMYK
22, 5, 0, 2
Luminance
0.7830
Every format
| HEX | #c2ecf9 |
| RGB | rgb(194, 236, 249) |
| HSL | hsl(194, 82%, 87%) |
| CMYK | cmyk(22%, 5%, 0%, 2%) |
| LAB | lab(90.9 -10.7 -10.8) |
| LCH | lch(90.9 15.2 225.1) |
| OKLCH | oklch(0.917 0.047 218.5) |
Copy-ready code
/* CSS */
color: #c2ecf9;
background-color: #c2ecf9;
/* Tailwind (arbitrary) */
class="text-[#c2ecf9] bg-[#c2ecf9]"
/* SCSS */
$brand: #c2ecf9;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.976)
/* Android */
Color.parseColor("#c2ecf9")Accessibility — WCAG contrast
Aa
#c2ecf9 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecf9 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue97.6%
CMYK percentages
Cyan22.1%
Magenta5.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c2ecf9 text on a black background
contrast 16.66:1
Card sample
#c2ecf9 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecf9;
Background color
Panel with #c2ecf9 background
background-color: #c2ecf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecf9; background: linear-gradient(135deg, #c2ecf9, #C2C7F9);