#b9dcdf
a light, soft cyan · cool · closest name: silver
RGB
185, 220, 223
HSL
185°, 37%, 80%
CMYK
17, 1, 0, 13
Luminance
0.6683
Every format
| HEX | #b9dcdf |
| RGB | rgb(185, 220, 223) |
| HSL | hsl(185, 37%, 80%) |
| CMYK | cmyk(17%, 1%, 0%, 13%) |
| LAB | lab(85.4 -10.8 -5.3) |
| LCH | lch(85.4 12.1 206.1) |
| OKLCH | oklch(0.870 0.037 202.9) |
Copy-ready code
/* CSS */
color: #b9dcdf;
background-color: #b9dcdf;
/* Tailwind (arbitrary) */
class="text-[#b9dcdf] bg-[#b9dcdf]"
/* SCSS */
$brand: #b9dcdf;
/* SwiftUI */
Color(red: 0.725, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#b9dcdf")Accessibility — WCAG contrast
Aa
#b9dcdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dcdf on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green86.3%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b9dcdf text on a black background
contrast 14.37:1
Card sample
#b9dcdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dcdf;
Background color
Panel with #b9dcdf background
background-color: #b9dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dcdf; background: linear-gradient(135deg, #b9dcdf, #B9C3DF);