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