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