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