#c5dbf0
a pale, vivid blue · cool · closest name: lavender
RGB
197, 219, 240
HSL
209°, 59%, 86%
CMYK
18, 9, 0, 6
Luminance
0.6882
Every format
| HEX | #c5dbf0 |
| RGB | rgb(197, 219, 240) |
| HSL | hsl(209, 59%, 86%) |
| CMYK | cmyk(18%, 9%, 0%, 6%) |
| LAB | lab(86.4 -3.0 -12.7) |
| LCH | lch(86.4 13.1 256.6) |
| OKLCH | oklch(0.882 0.037 247.0) |
Copy-ready code
/* CSS */
color: #c5dbf0;
background-color: #c5dbf0;
/* Tailwind (arbitrary) */
class="text-[#c5dbf0] bg-[#c5dbf0]"
/* SCSS */
$brand: #c5dbf0;
/* SwiftUI */
Color(red: 0.773, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#c5dbf0")Accessibility — WCAG contrast
Aa
#c5dbf0 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5dbf0 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green85.9%
Blue94.1%
CMYK percentages
Cyan17.9%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#c5dbf0 text on a black background
contrast 14.76:1
Card sample
#c5dbf0 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5dbf0;
Background color
Panel with #c5dbf0 background
background-color: #c5dbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5dbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5dbf0; background: linear-gradient(135deg, #c5dbf0, #CCC5F0);