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