#c2ecff
a pale, electric cyan · cool · closest name: lavender
RGB
194, 236, 255
HSL
199°, 100%, 88%
CMYK
24, 8, 0, 0
Luminance
0.7868
Every format
| HEX | #c2ecff |
| RGB | rgb(194, 236, 255) |
| HSL | hsl(199, 100%, 88%) |
| CMYK | cmyk(24%, 8%, 0%, 0%) |
| LAB | lab(91.1 -9.4 -13.6) |
| LCH | lch(91.1 16.6 235.3) |
| OKLCH | oklch(0.919 0.051 227.1) |
Copy-ready code
/* CSS */
color: #c2ecff;
background-color: #c2ecff;
/* Tailwind (arbitrary) */
class="text-[#c2ecff] bg-[#c2ecff]"
/* SCSS */
$brand: #c2ecff;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#c2ecff")Accessibility — WCAG contrast
Aa
#c2ecff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecff on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c2ecff text on a black background
contrast 16.74:1
Card sample
#c2ecff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecff;
Background color
Panel with #c2ecff background
background-color: #c2ecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecff; background: linear-gradient(135deg, #c2ecff, #C2C3FF);