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