#c2cbfb
a pale, electric blue · warm · closest name: lavender
RGB
194, 203, 251
HSL
231°, 88%, 87%
CMYK
23, 19, 0, 2
Luminance
0.6115
Every format
| HEX | #c2cbfb |
| RGB | rgb(194, 203, 251) |
| HSL | hsl(231, 88%, 87%) |
| CMYK | cmyk(23%, 19%, 0%, 2%) |
| LAB | lab(82.5 6.9 -24.6) |
| LCH | lch(82.5 25.5 285.8) |
| OKLCH | oklch(0.851 0.068 276.6) |
Copy-ready code
/* CSS */
color: #c2cbfb;
background-color: #c2cbfb;
/* Tailwind (arbitrary) */
class="text-[#c2cbfb] bg-[#c2cbfb]"
/* SCSS */
$brand: #c2cbfb;
/* SwiftUI */
Color(red: 0.761, green: 0.796, blue: 0.984)
/* Android */
Color.parseColor("#c2cbfb")Accessibility — WCAG contrast
Aa
#c2cbfb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cbfb on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.6%
Blue98.4%
CMYK percentages
Cyan22.7%
Magenta19.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c2cbfb text on a black background
contrast 13.23:1
Card sample
#c2cbfb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cbfb;
Background color
Panel with #c2cbfb background
background-color: #c2cbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 203, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 203, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cbfb; background: linear-gradient(135deg, #c2cbfb, #DFC2FB);