#c2cbfe
a pale, electric blue · warm · closest name: lavender
RGB
194, 203, 254
HSL
231°, 97%, 88%
CMYK
24, 20, 0, 0
Luminance
0.6134
Every format
| HEX | #c2cbfe |
| RGB | rgb(194, 203, 254) |
| HSL | hsl(231, 97%, 88%) |
| CMYK | cmyk(24%, 20%, 0%, 0%) |
| LAB | lab(82.6 7.6 -26.0) |
| LCH | lch(82.6 27.1 286.3) |
| OKLCH | oklch(0.852 0.072 277.0) |
Copy-ready code
/* CSS */
color: #c2cbfe;
background-color: #c2cbfe;
/* Tailwind (arbitrary) */
class="text-[#c2cbfe] bg-[#c2cbfe]"
/* SCSS */
$brand: #c2cbfe;
/* SwiftUI */
Color(red: 0.761, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#c2cbfe")Accessibility — WCAG contrast
Aa
#c2cbfe on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cbfe on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.6%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#c2cbfe text on a black background
contrast 13.27:1
Card sample
#c2cbfe text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cbfe;
Background color
Panel with #c2cbfe background
background-color: #c2cbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cbfe; background: linear-gradient(135deg, #c2cbfe, #E1C2FE);