#c5d3db
a light, soft blue · cool · closest name: silver
RGB
197, 211, 219
HSL
202°, 23%, 82%
CMYK
10, 4, 0, 14
Luminance
0.6357
Every format
| HEX | #c5d3db |
| RGB | rgb(197, 211, 219) |
| HSL | hsl(202, 23%, 82%) |
| CMYK | cmyk(10%, 4%, 0%, 14%) |
| LAB | lab(83.7 -3.1 -5.6) |
| LCH | lch(83.7 6.4 240.5) |
| OKLCH | oklch(0.859 0.019 232.5) |
Copy-ready code
/* CSS */
color: #c5d3db;
background-color: #c5d3db;
/* Tailwind (arbitrary) */
class="text-[#c5d3db] bg-[#c5d3db]"
/* SCSS */
$brand: #c5d3db;
/* SwiftUI */
Color(red: 0.773, green: 0.827, blue: 0.859)
/* Android */
Color.parseColor("#c5d3db")Accessibility — WCAG contrast
Aa
#c5d3db on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5d3db on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green82.7%
Blue85.9%
CMYK percentages
Cyan10.0%
Magenta3.7%
Yellow0.0%
Key (black)14.1%
Color previews
#c5d3db text on a black background
contrast 13.71:1
Card sample
#c5d3db text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5d3db;
Background color
Panel with #c5d3db background
background-color: #c5d3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5d3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 211, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 211, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5d3db; background: linear-gradient(135deg, #c5d3db, #C6C5DB);