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