#b8c7cf
a light, soft blue · cool · closest name: silver
RGB
184, 199, 207
HSL
201°, 19%, 77%
CMYK
11, 4, 0, 19
Luminance
0.5554
Every format
| HEX | #b8c7cf |
| RGB | rgb(184, 199, 207) |
| HSL | hsl(201, 19%, 77%) |
| CMYK | cmyk(11%, 4%, 0%, 19%) |
| LAB | lab(79.3 -3.5 -5.7) |
| LCH | lch(79.3 6.7 238.6) |
| OKLCH | oklch(0.821 0.020 230.8) |
Copy-ready code
/* CSS */
color: #b8c7cf;
background-color: #b8c7cf;
/* Tailwind (arbitrary) */
class="text-[#b8c7cf] bg-[#b8c7cf]"
/* SCSS */
$brand: #b8c7cf;
/* SwiftUI */
Color(red: 0.722, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#b8c7cf")Accessibility — WCAG contrast
Aa
#b8c7cf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c7cf on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green78.0%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b8c7cf text on a black background
contrast 12.11:1
Card sample
#b8c7cf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c7cf;
Background color
Panel with #b8c7cf background
background-color: #b8c7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c7cf; background: linear-gradient(135deg, #b8c7cf, #B8B8CF);