#c7cbfd
a pale, electric blue · warm · closest name: lavender
RGB
199, 203, 253
HSL
236°, 93%, 89%
CMYK
21, 20, 0, 1
Luminance
0.6195
Every format
| HEX | #c7cbfd |
| RGB | rgb(199, 203, 253) |
| HSL | hsl(236, 93%, 89%) |
| CMYK | cmyk(21%, 20%, 0%, 1%) |
| LAB | lab(82.9 8.9 -24.9) |
| LCH | lch(82.9 26.5 289.6) |
| OKLCH | oklch(0.856 0.070 281.2) |
Copy-ready code
/* CSS */
color: #c7cbfd;
background-color: #c7cbfd;
/* Tailwind (arbitrary) */
class="text-[#c7cbfd] bg-[#c7cbfd]"
/* SCSS */
$brand: #c7cbfd;
/* SwiftUI */
Color(red: 0.780, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#c7cbfd")Accessibility — WCAG contrast
Aa
#c7cbfd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cbfd on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.6%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c7cbfd text on a black background
contrast 13.39:1
Card sample
#c7cbfd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cbfd;
Background color
Panel with #c7cbfd background
background-color: #c7cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cbfd; background: linear-gradient(135deg, #c7cbfd, #E7C7FD);