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