#b7c2cd
a light, soft blue · cool · closest name: silver
RGB
183, 194, 205
HSL
210°, 18%, 76%
CMYK
11, 5, 0, 20
Luminance
0.5306
Every format
| HEX | #b7c2cd |
| RGB | rgb(183, 194, 205) |
| HSL | hsl(210, 18%, 76%) |
| CMYK | cmyk(11%, 5%, 0%, 20%) |
| LAB | lab(77.9 -1.6 -6.8) |
| LCH | lch(77.9 7.0 256.8) |
| OKLCH | oklch(0.809 0.020 248.1) |
Copy-ready code
/* CSS */
color: #b7c2cd;
background-color: #b7c2cd;
/* Tailwind (arbitrary) */
class="text-[#b7c2cd] bg-[#b7c2cd]"
/* SCSS */
$brand: #b7c2cd;
/* SwiftUI */
Color(red: 0.718, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#b7c2cd")Accessibility — WCAG contrast
Aa
#b7c2cd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c2cd on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.1%
Blue80.4%
CMYK percentages
Cyan10.7%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#b7c2cd text on a black background
contrast 11.61:1
Card sample
#b7c2cd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c2cd;
Background color
Panel with #b7c2cd background
background-color: #b7c2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c2cd; background: linear-gradient(135deg, #b7c2cd, #BBB7CD);