#c3d2db
a light, soft blue · cool · closest name: silver
RGB
195, 210, 219
HSL
203°, 25%, 81%
CMYK
11, 4, 0, 14
Luminance
0.6281
Every format
| HEX | #c3d2db |
| RGB | rgb(195, 210, 219) |
| HSL | hsl(203, 25%, 81%) |
| CMYK | cmyk(11%, 4%, 0%, 14%) |
| LAB | lab(83.3 -3.3 -6.2) |
| LCH | lch(83.3 7.0 242.0) |
| OKLCH | oklch(0.855 0.021 233.9) |
Copy-ready code
/* CSS */
color: #c3d2db;
background-color: #c3d2db;
/* Tailwind (arbitrary) */
class="text-[#c3d2db] bg-[#c3d2db]"
/* SCSS */
$brand: #c3d2db;
/* SwiftUI */
Color(red: 0.765, green: 0.824, blue: 0.859)
/* Android */
Color.parseColor("#c3d2db")Accessibility — WCAG contrast
Aa
#c3d2db on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d2db on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green82.4%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta4.1%
Yellow0.0%
Key (black)14.1%
Color previews
#c3d2db text on a black background
contrast 13.56:1
Card sample
#c3d2db text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d2db;
Background color
Panel with #c3d2db background
background-color: #c3d2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 210, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 210, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d2db; background: linear-gradient(135deg, #c3d2db, #C4C3DB);