#c3d7db
a light, soft cyan · cool · closest name: silver
RGB
195, 215, 219
HSL
190°, 25%, 81%
CMYK
11, 2, 0, 14
Luminance
0.6532
Every format
| HEX | #c3d7db |
| RGB | rgb(195, 215, 219) |
| HSL | hsl(190, 25%, 81%) |
| CMYK | cmyk(11%, 2%, 0%, 14%) |
| LAB | lab(84.7 -5.9 -4.3) |
| LCH | lch(84.7 7.3 215.9) |
| OKLCH | oklch(0.865 0.022 211.1) |
Copy-ready code
/* CSS */
color: #c3d7db;
background-color: #c3d7db;
/* Tailwind (arbitrary) */
class="text-[#c3d7db] bg-[#c3d7db]"
/* SCSS */
$brand: #c3d7db;
/* SwiftUI */
Color(red: 0.765, green: 0.843, blue: 0.859)
/* Android */
Color.parseColor("#c3d7db")Accessibility — WCAG contrast
Aa
#c3d7db on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d7db on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green84.3%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta1.8%
Yellow0.0%
Key (black)14.1%
Color previews
#c3d7db text on a black background
contrast 14.06:1
Card sample
#c3d7db text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d7db;
Background color
Panel with #c3d7db background
background-color: #c3d7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 215, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 215, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d7db; background: linear-gradient(135deg, #c3d7db, #C3C7DB);