#c5ddf3
a pale, vivid blue · cool · closest name: lavender
RGB
197, 221, 243
HSL
209°, 66%, 86%
CMYK
19, 9, 0, 5
Luminance
0.7005
Every format
| HEX | #c5ddf3 |
| RGB | rgb(197, 221, 243) |
| HSL | hsl(209, 66%, 86%) |
| CMYK | cmyk(19%, 9%, 0%, 5%) |
| LAB | lab(87.0 -3.4 -13.4) |
| LCH | lch(87.0 13.8 255.7) |
| OKLCH | oklch(0.887 0.040 245.9) |
Copy-ready code
/* CSS */
color: #c5ddf3;
background-color: #c5ddf3;
/* Tailwind (arbitrary) */
class="text-[#c5ddf3] bg-[#c5ddf3]"
/* SCSS */
$brand: #c5ddf3;
/* SwiftUI */
Color(red: 0.773, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#c5ddf3")Accessibility — WCAG contrast
Aa
#c5ddf3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ddf3 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green86.7%
Blue95.3%
CMYK percentages
Cyan18.9%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#c5ddf3 text on a black background
contrast 15.01:1
Card sample
#c5ddf3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ddf3;
Background color
Panel with #c5ddf3 background
background-color: #c5ddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ddf3; background: linear-gradient(135deg, #c5ddf3, #CCC5F3);