#c7d6df
a light, soft blue · cool · closest name: silver
RGB
199, 214, 223
HSL
203°, 27%, 83%
CMYK
11, 4, 0, 13
Luminance
0.6556
Every format
| HEX | #c7d6df |
| RGB | rgb(199, 214, 223) |
| HSL | hsl(203, 27%, 83%) |
| CMYK | cmyk(11%, 4%, 0%, 13%) |
| LAB | lab(84.8 -3.3 -6.2) |
| LCH | lch(84.8 7.0 242.0) |
| OKLCH | oklch(0.867 0.021 233.9) |
Copy-ready code
/* CSS */
color: #c7d6df;
background-color: #c7d6df;
/* Tailwind (arbitrary) */
class="text-[#c7d6df] bg-[#c7d6df]"
/* SCSS */
$brand: #c7d6df;
/* SwiftUI */
Color(red: 0.780, green: 0.839, blue: 0.875)
/* Android */
Color.parseColor("#c7d6df")Accessibility — WCAG contrast
Aa
#c7d6df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d6df on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green83.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta4.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c7d6df text on a black background
contrast 14.11:1
Card sample
#c7d6df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d6df;
Background color
Panel with #c7d6df background
background-color: #c7d6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 214, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 214, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d6df; background: linear-gradient(135deg, #c7d6df, #C8C7DF);