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