#c5d4fd
a pale, electric blue · cool · closest name: lavender
RGB
197, 212, 253
HSL
224°, 93%, 88%
CMYK
22, 16, 0, 1
Luminance
0.6605
Every format
| HEX | #c5d4fd |
| RGB | rgb(197, 212, 253) |
| HSL | hsl(224, 93%, 88%) |
| CMYK | cmyk(22%, 16%, 0%, 1%) |
| LAB | lab(85.0 3.5 -21.7) |
| LCH | lch(85.0 22.0 279.1) |
| OKLCH | oklch(0.872 0.059 269.3) |
Copy-ready code
/* CSS */
color: #c5d4fd;
background-color: #c5d4fd;
/* Tailwind (arbitrary) */
class="text-[#c5d4fd] bg-[#c5d4fd]"
/* SCSS */
$brand: #c5d4fd;
/* SwiftUI */
Color(red: 0.773, green: 0.831, blue: 0.992)
/* Android */
Color.parseColor("#c5d4fd")Accessibility — WCAG contrast
Aa
#c5d4fd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5d4fd on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green83.1%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta16.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c5d4fd text on a black background
contrast 14.21:1
Card sample
#c5d4fd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5d4fd;
Background color
Panel with #c5d4fd background
background-color: #c5d4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5d4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 212, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 212, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5d4fd; background: linear-gradient(135deg, #c5d4fd, #DBC5FD);