#c5d1f6
a pale, vivid blue · warm · closest name: lavender
RGB
197, 209, 246
HSL
225°, 73%, 87%
CMYK
20, 15, 0, 4
Luminance
0.6413
Every format
| HEX | #c5d1f6 |
| RGB | rgb(197, 209, 246) |
| HSL | hsl(225, 73%, 87%) |
| CMYK | cmyk(20%, 15%, 0%, 4%) |
| LAB | lab(84.0 3.5 -19.5) |
| LCH | lch(84.0 19.8 280.3) |
| OKLCH | oklch(0.864 0.053 271.1) |
Copy-ready code
/* CSS */
color: #c5d1f6;
background-color: #c5d1f6;
/* Tailwind (arbitrary) */
class="text-[#c5d1f6] bg-[#c5d1f6]"
/* SCSS */
$brand: #c5d1f6;
/* SwiftUI */
Color(red: 0.773, green: 0.820, blue: 0.965)
/* Android */
Color.parseColor("#c5d1f6")Accessibility — WCAG contrast
Aa
#c5d1f6 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5d1f6 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green82.0%
Blue96.5%
CMYK percentages
Cyan19.9%
Magenta15.0%
Yellow0.0%
Key (black)3.5%
Color previews
#c5d1f6 text on a black background
contrast 13.83:1
Card sample
#c5d1f6 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5d1f6;
Background color
Panel with #c5d1f6 background
background-color: #c5d1f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5d1f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 209, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 209, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5d1f6; background: linear-gradient(135deg, #c5d1f6, #DAC5F6);