#c5ddf9
a pale, electric blue · cool · closest name: lavender
RGB
197, 221, 249
HSL
212°, 81%, 88%
CMYK
21, 11, 0, 2
Luminance
0.7042
Every format
| HEX | #c5ddf9 |
| RGB | rgb(197, 221, 249) |
| HSL | hsl(212, 81%, 88%) |
| CMYK | cmyk(21%, 11%, 0%, 2%) |
| LAB | lab(87.2 -2.1 -16.3) |
| LCH | lch(87.2 16.4 262.6) |
| OKLCH | oklch(0.889 0.046 252.4) |
Copy-ready code
/* CSS */
color: #c5ddf9;
background-color: #c5ddf9;
/* Tailwind (arbitrary) */
class="text-[#c5ddf9] bg-[#c5ddf9]"
/* SCSS */
$brand: #c5ddf9;
/* SwiftUI */
Color(red: 0.773, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#c5ddf9")Accessibility — WCAG contrast
Aa
#c5ddf9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ddf9 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green86.7%
Blue97.6%
CMYK percentages
Cyan20.9%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c5ddf9 text on a black background
contrast 15.08:1
Card sample
#c5ddf9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ddf9;
Background color
Panel with #c5ddf9 background
background-color: #c5ddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ddf9; background: linear-gradient(135deg, #c5ddf9, #D0C5F9);