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