#c5cdf9
a pale, electric blue · warm · closest name: lavender
RGB
197, 205, 249
HSL
231°, 81%, 88%
CMYK
21, 18, 0, 2
Luminance
0.6237
Every format
| HEX | #c5cdf9 |
| RGB | rgb(197, 205, 249) |
| HSL | hsl(231, 81%, 88%) |
| CMYK | cmyk(21%, 18%, 0%, 2%) |
| LAB | lab(83.1 6.3 -22.5) |
| LCH | lch(83.1 23.3 285.7) |
| OKLCH | oklch(0.857 0.062 276.9) |
Copy-ready code
/* CSS */
color: #c5cdf9;
background-color: #c5cdf9;
/* Tailwind (arbitrary) */
class="text-[#c5cdf9] bg-[#c5cdf9]"
/* SCSS */
$brand: #c5cdf9;
/* SwiftUI */
Color(red: 0.773, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#c5cdf9")Accessibility — WCAG contrast
Aa
#c5cdf9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cdf9 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.4%
Blue97.6%
CMYK percentages
Cyan20.9%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#c5cdf9 text on a black background
contrast 13.47:1
Card sample
#c5cdf9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cdf9;
Background color
Panel with #c5cdf9 background
background-color: #c5cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cdf9; background: linear-gradient(135deg, #c5cdf9, #E0C5F9);