#c7cbff
a pale, electric blue · warm · closest name: lavender
RGB
199, 203, 255
HSL
236°, 100%, 89%
CMYK
22, 20, 0, 0
Luminance
0.6207
Every format
| HEX | #c7cbff |
| RGB | rgb(199, 203, 255) |
| HSL | hsl(236, 100%, 89%) |
| CMYK | cmyk(22%, 20%, 0%, 0%) |
| LAB | lab(83.0 9.3 -25.9) |
| LCH | lch(83.0 27.5 289.8) |
| OKLCH | oklch(0.857 0.072 281.3) |
Copy-ready code
/* CSS */
color: #c7cbff;
background-color: #c7cbff;
/* Tailwind (arbitrary) */
class="text-[#c7cbff] bg-[#c7cbff]"
/* SCSS */
$brand: #c7cbff;
/* SwiftUI */
Color(red: 0.780, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#c7cbff")Accessibility — WCAG contrast
Aa
#c7cbff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cbff on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.6%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c7cbff text on a black background
contrast 13.41:1
Card sample
#c7cbff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cbff;
Background color
Panel with #c7cbff background
background-color: #c7cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cbff; background: linear-gradient(135deg, #c7cbff, #E8C7FF);