#b9dfdd
a light, soft cyan · cool · closest name: silver
RGB
185, 223, 221
HSL
177°, 37%, 80%
CMYK
17, 0, 1, 13
Luminance
0.6831
Every format
| HEX | #b9dfdd |
| RGB | rgb(185, 223, 221) |
| HSL | hsl(177, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 1%, 13%) |
| LAB | lab(86.2 -12.8 -3.2) |
| LCH | lch(86.2 13.2 193.9) |
| OKLCH | oklch(0.876 0.040 192.5) |
Copy-ready code
/* CSS */
color: #b9dfdd;
background-color: #b9dfdd;
/* Tailwind (arbitrary) */
class="text-[#b9dfdd] bg-[#b9dfdd]"
/* SCSS */
$brand: #b9dfdd;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.867)
/* Android */
Color.parseColor("#b9dfdd")Accessibility — WCAG contrast
Aa
#b9dfdd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dfdd on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue86.7%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow0.9%
Key (black)12.5%
Color previews
#b9dfdd text on a black background
contrast 14.66:1
Card sample
#b9dfdd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dfdd;
Background color
Panel with #b9dfdd background
background-color: #b9dfdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dfdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dfdd; background: linear-gradient(135deg, #b9dfdd, #B9C8DF);