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