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