#c5d3da
a light, soft blue · cool · closest name: silver
RGB
197, 211, 218
HSL
200°, 22%, 81%
CMYK
10, 3, 0, 15
Luminance
0.6352
Every format
| HEX | #c5d3da |
| RGB | rgb(197, 211, 218) |
| HSL | hsl(200, 22%, 81%) |
| CMYK | cmyk(10%, 3%, 0%, 15%) |
| LAB | lab(83.7 -3.4 -5.1) |
| LCH | lch(83.7 6.1 236.5) |
| OKLCH | oklch(0.858 0.018 229.0) |
Copy-ready code
/* CSS */
color: #c5d3da;
background-color: #c5d3da;
/* Tailwind (arbitrary) */
class="text-[#c5d3da] bg-[#c5d3da]"
/* SCSS */
$brand: #c5d3da;
/* SwiftUI */
Color(red: 0.773, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#c5d3da")Accessibility — WCAG contrast
Aa
#c5d3da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5d3da on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green82.7%
Blue85.5%
CMYK percentages
Cyan9.6%
Magenta3.2%
Yellow0.0%
Key (black)14.5%
Color previews
#c5d3da text on a black background
contrast 13.70:1
Card sample
#c5d3da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5d3da;
Background color
Panel with #c5d3da background
background-color: #c5d3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5d3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5d3da; background: linear-gradient(135deg, #c5d3da, #C5C5DA);