#c7cfdb
a light, soft blue · cool · closest name: silver
RGB
199, 207, 219
HSL
216°, 22%, 82%
CMYK
9, 6, 0, 14
Luminance
0.6188
Every format
| HEX | #c7cfdb |
| RGB | rgb(199, 207, 219) |
| HSL | hsl(216, 22%, 82%) |
| CMYK | cmyk(9%, 6%, 0%, 14%) |
| LAB | lab(82.8 -0.4 -6.9) |
| LCH | lch(82.8 6.9 266.7) |
| OKLCH | oklch(0.852 0.019 258.4) |
Copy-ready code
/* CSS */
color: #c7cfdb;
background-color: #c7cfdb;
/* Tailwind (arbitrary) */
class="text-[#c7cfdb] bg-[#c7cfdb]"
/* SCSS */
$brand: #c7cfdb;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#c7cfdb")Accessibility — WCAG contrast
Aa
#c7cfdb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfdb on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#c7cfdb text on a black background
contrast 13.38:1
Card sample
#c7cfdb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfdb;
Background color
Panel with #c7cfdb background
background-color: #c7cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfdb; background: linear-gradient(135deg, #c7cfdb, #CCC7DB);