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