#b8d5cf
a light, soft cyan · cool · closest name: silver
RGB
184, 213, 207
HSL
168°, 26%, 78%
CMYK
14, 0, 3, 17
Luminance
0.6228
Every format
| HEX | #b8d5cf |
| RGB | rgb(184, 213, 207) |
| HSL | hsl(168, 26%, 78%) |
| CMYK | cmyk(14%, 0%, 3%, 17%) |
| LAB | lab(83.1 -10.8 -0.3) |
| LCH | lch(83.1 10.8 181.5) |
| OKLCH | oklch(0.850 0.032 181.7) |
Copy-ready code
/* CSS */
color: #b8d5cf;
background-color: #b8d5cf;
/* Tailwind (arbitrary) */
class="text-[#b8d5cf] bg-[#b8d5cf]"
/* SCSS */
$brand: #b8d5cf;
/* SwiftUI */
Color(red: 0.722, green: 0.835, blue: 0.812)
/* Android */
Color.parseColor("#b8d5cf")Accessibility — WCAG contrast
Aa
#b8d5cf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8d5cf on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green83.5%
Blue81.2%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow2.8%
Key (black)16.5%
Color previews
#b8d5cf text on a black background
contrast 13.46:1
Card sample
#b8d5cf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8d5cf;
Background color
Panel with #b8d5cf background
background-color: #b8d5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8d5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 213, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 213, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8d5cf; background: linear-gradient(135deg, #b8d5cf, #B8C8D5);