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