#c2ebfd
a pale, electric cyan · cool · closest name: lavender
RGB
194, 235, 253
HSL
198°, 94%, 88%
CMYK
23, 7, 0, 1
Luminance
0.7798
Every format
| HEX | #c2ebfd |
| RGB | rgb(194, 235, 253) |
| HSL | hsl(198, 94%, 88%) |
| CMYK | cmyk(23%, 7%, 0%, 1%) |
| LAB | lab(90.8 -9.4 -13.1) |
| LCH | lch(90.8 16.1 234.4) |
| OKLCH | oklch(0.917 0.049 226.3) |
Copy-ready code
/* CSS */
color: #c2ebfd;
background-color: #c2ebfd;
/* Tailwind (arbitrary) */
class="text-[#c2ebfd] bg-[#c2ebfd]"
/* SCSS */
$brand: #c2ebfd;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#c2ebfd")Accessibility — WCAG contrast
Aa
#c2ebfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ebfd on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c2ebfd text on a black background
contrast 16.60:1
Card sample
#c2ebfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ebfd;
Background color
Panel with #c2ebfd background
background-color: #c2ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ebfd; background: linear-gradient(135deg, #c2ebfd, #C2C3FD);