#c5cfdb
a light, soft blue · cool · closest name: silver
RGB
197, 207, 219
HSL
213°, 23%, 82%
CMYK
10, 6, 0, 14
Luminance
0.6161
Every format
| HEX | #c5cfdb |
| RGB | rgb(197, 207, 219) |
| HSL | hsl(213, 23%, 82%) |
| CMYK | cmyk(10%, 6%, 0%, 14%) |
| LAB | lab(82.7 -1.1 -7.1) |
| LCH | lch(82.7 7.2 261.5) |
| OKLCH | oklch(0.851 0.020 252.9) |
Copy-ready code
/* CSS */
color: #c5cfdb;
background-color: #c5cfdb;
/* Tailwind (arbitrary) */
class="text-[#c5cfdb] bg-[#c5cfdb]"
/* SCSS */
$brand: #c5cfdb;
/* SwiftUI */
Color(red: 0.773, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#c5cfdb")Accessibility — WCAG contrast
Aa
#c5cfdb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cfdb on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green81.2%
Blue85.9%
CMYK percentages
Cyan10.0%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#c5cfdb text on a black background
contrast 13.32:1
Card sample
#c5cfdb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cfdb;
Background color
Panel with #c5cfdb background
background-color: #c5cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cfdb; background: linear-gradient(135deg, #c5cfdb, #CAC5DB);