#cbcfd4
a light, muted blue · cool · closest name: silver
RGB
203, 207, 212
HSL
213°, 10%, 81%
CMYK
4, 2, 0, 17
Luminance
0.6208
Every format
| HEX | #cbcfd4 |
| RGB | rgb(203, 207, 212) |
| HSL | hsl(213, 10%, 81%) |
| CMYK | cmyk(4%, 2%, 0%, 17%) |
| LAB | lab(83.0 -0.4 -3.0) |
| LCH | lch(83.0 3.0 261.7) |
| OKLCH | oklch(0.853 0.008 253.9) |
Copy-ready code
/* CSS */
color: #cbcfd4;
background-color: #cbcfd4;
/* Tailwind (arbitrary) */
class="text-[#cbcfd4] bg-[#cbcfd4]"
/* SCSS */
$brand: #cbcfd4;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#cbcfd4")Accessibility — WCAG contrast
Aa
#cbcfd4 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcfd4 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue83.1%
CMYK percentages
Cyan4.2%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#cbcfd4 text on a black background
contrast 13.42:1
Card sample
#cbcfd4 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcfd4;
Background color
Panel with #cbcfd4 background
background-color: #cbcfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcfd4; background: linear-gradient(135deg, #cbcfd4, #CDCBD4);