#b7d5df
a light, soft cyan · cool · closest name: silver
RGB
183, 213, 223
HSL
195°, 39%, 80%
CMYK
18, 5, 0, 13
Luminance
0.6298
Every format
| HEX | #b7d5df |
| RGB | rgb(183, 213, 223) |
| HSL | hsl(195, 39%, 80%) |
| CMYK | cmyk(18%, 5%, 0%, 13%) |
| LAB | lab(83.4 -7.8 -8.3) |
| LCH | lch(83.4 11.4 226.5) |
| OKLCH | oklch(0.854 0.035 219.9) |
Copy-ready code
/* CSS */
color: #b7d5df;
background-color: #b7d5df;
/* Tailwind (arbitrary) */
class="text-[#b7d5df] bg-[#b7d5df]"
/* SCSS */
$brand: #b7d5df;
/* SwiftUI */
Color(red: 0.718, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#b7d5df")Accessibility — WCAG contrast
Aa
#b7d5df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7d5df on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green83.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta4.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b7d5df text on a black background
contrast 13.60:1
Card sample
#b7d5df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7d5df;
Background color
Panel with #b7d5df background
background-color: #b7d5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7d5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7d5df; background: linear-gradient(135deg, #b7d5df, #B7BADF);