#c5cefd
a pale, electric blue · warm · closest name: lavender
RGB
197, 206, 253
HSL
230°, 93%, 88%
CMYK
22, 19, 0, 1
Luminance
0.6310
Every format
| HEX | #c5cefd |
| RGB | rgb(197, 206, 253) |
| HSL | hsl(230, 93%, 88%) |
| CMYK | cmyk(22%, 19%, 0%, 1%) |
| LAB | lab(83.5 6.7 -24.0) |
| LCH | lch(83.5 24.9 285.5) |
| OKLCH | oklch(0.860 0.066 276.4) |
Copy-ready code
/* CSS */
color: #c5cefd;
background-color: #c5cefd;
/* Tailwind (arbitrary) */
class="text-[#c5cefd] bg-[#c5cefd]"
/* SCSS */
$brand: #c5cefd;
/* SwiftUI */
Color(red: 0.773, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#c5cefd")Accessibility — WCAG contrast
Aa
#c5cefd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cefd on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.8%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c5cefd text on a black background
contrast 13.62:1
Card sample
#c5cefd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cefd;
Background color
Panel with #c5cefd background
background-color: #c5cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cefd; background: linear-gradient(135deg, #c5cefd, #E1C5FD);