#c5ddf6
a pale, vivid blue · cool · closest name: lavender
RGB
197, 221, 246
HSL
211°, 73%, 87%
CMYK
20, 10, 0, 4
Luminance
0.7024
Every format
| HEX | #c5ddf6 |
| RGB | rgb(197, 221, 246) |
| HSL | hsl(211, 73%, 87%) |
| CMYK | cmyk(20%, 10%, 0%, 4%) |
| LAB | lab(87.1 -2.8 -14.8) |
| LCH | lch(87.1 15.1 259.4) |
| OKLCH | oklch(0.888 0.043 249.4) |
Copy-ready code
/* CSS */
color: #c5ddf6;
background-color: #c5ddf6;
/* Tailwind (arbitrary) */
class="text-[#c5ddf6] bg-[#c5ddf6]"
/* SCSS */
$brand: #c5ddf6;
/* SwiftUI */
Color(red: 0.773, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#c5ddf6")Accessibility — WCAG contrast
Aa
#c5ddf6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ddf6 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green86.7%
Blue96.5%
CMYK percentages
Cyan19.9%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c5ddf6 text on a black background
contrast 15.05:1
Card sample
#c5ddf6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ddf6;
Background color
Panel with #c5ddf6 background
background-color: #c5ddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ddf6; background: linear-gradient(135deg, #c5ddf6, #CEC5F6);