#b8d7df
a light, soft cyan · cool · closest name: silver
RGB
184, 215, 223
HSL
192°, 38%, 80%
CMYK
18, 4, 0, 13
Luminance
0.6412
Every format
| HEX | #b8d7df |
| RGB | rgb(184, 215, 223) |
| HSL | hsl(192, 38%, 80%) |
| CMYK | cmyk(18%, 4%, 0%, 13%) |
| LAB | lab(84.0 -8.6 -7.4) |
| LCH | lch(84.0 11.3 220.7) |
| OKLCH | oklch(0.859 0.035 215.1) |
Copy-ready code
/* CSS */
color: #b8d7df;
background-color: #b8d7df;
/* Tailwind (arbitrary) */
class="text-[#b8d7df] bg-[#b8d7df]"
/* SCSS */
$brand: #b8d7df;
/* SwiftUI */
Color(red: 0.722, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#b8d7df")Accessibility — WCAG contrast
Aa
#b8d7df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8d7df on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green84.3%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b8d7df text on a black background
contrast 13.82:1
Card sample
#b8d7df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8d7df;
Background color
Panel with #b8d7df background
background-color: #b8d7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8d7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8d7df; background: linear-gradient(135deg, #b8d7df, #B8BDDF);