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