#c2ebfa
a pale, electric cyan · cool · closest name: lavender
RGB
194, 235, 250
HSL
196°, 85%, 87%
CMYK
22, 6, 0, 2
Luminance
0.7779
Every format
| HEX | #c2ebfa |
| RGB | rgb(194, 235, 250) |
| HSL | hsl(196, 85%, 87%) |
| CMYK | cmyk(22%, 6%, 0%, 2%) |
| LAB | lab(90.7 -10.0 -11.6) |
| LCH | lch(90.7 15.3 229.3) |
| OKLCH | oklch(0.916 0.047 222.1) |
Copy-ready code
/* CSS */
color: #c2ebfa;
background-color: #c2ebfa;
/* Tailwind (arbitrary) */
class="text-[#c2ebfa] bg-[#c2ebfa]"
/* SCSS */
$brand: #c2ebfa;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#c2ebfa")Accessibility — WCAG contrast
Aa
#c2ebfa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ebfa on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue98.0%
CMYK percentages
Cyan22.4%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c2ebfa text on a black background
contrast 16.56:1
Card sample
#c2ebfa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ebfa;
Background color
Panel with #c2ebfa background
background-color: #c2ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ebfa; background: linear-gradient(135deg, #c2ebfa, #C2C6FA);