#c2becf
a light, soft blue · warm · closest name: silver
RGB
194, 190, 207
HSL
254°, 15%, 78%
CMYK
6, 8, 0, 19
Luminance
0.5280
Every format
| HEX | #c2becf |
| RGB | rgb(194, 190, 207) |
| HSL | hsl(254, 15%, 78%) |
| CMYK | cmyk(6%, 8%, 0%, 19%) |
| LAB | lab(77.8 4.6 -8.0) |
| LCH | lch(77.8 9.3 299.9) |
| OKLCH | oklch(0.810 0.024 296.6) |
Copy-ready code
/* CSS */
color: #c2becf;
background-color: #c2becf;
/* Tailwind (arbitrary) */
class="text-[#c2becf] bg-[#c2becf]"
/* SCSS */
$brand: #c2becf;
/* SwiftUI */
Color(red: 0.761, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#c2becf")Accessibility — WCAG contrast
Aa
#c2becf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2becf on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.5%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta8.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c2becf text on a black background
contrast 11.56:1
Card sample
#c2becf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2becf;
Background color
Panel with #c2becf background
background-color: #c2becf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2becf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2becf; background: linear-gradient(135deg, #c2becf, #CDBECF);