#b9dfd2
a light, soft green · cool · closest name: silver
RGB
185, 223, 210
HSL
160°, 37%, 80%
CMYK
17, 0, 6, 13
Luminance
0.6774
Every format
| HEX | #b9dfd2 |
| RGB | rgb(185, 223, 210) |
| HSL | hsl(160, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 6%, 13%) |
| LAB | lab(85.9 -15.0 2.2) |
| LCH | lch(85.9 15.1 171.5) |
| OKLCH | oklch(0.873 0.044 172.5) |
Copy-ready code
/* CSS */
color: #b9dfd2;
background-color: #b9dfd2;
/* Tailwind (arbitrary) */
class="text-[#b9dfd2] bg-[#b9dfd2]"
/* SCSS */
$brand: #b9dfd2;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#b9dfd2")Accessibility — WCAG contrast
Aa
#b9dfd2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dfd2 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue82.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow5.8%
Key (black)12.5%
Color previews
#b9dfd2 text on a black background
contrast 14.55:1
Card sample
#b9dfd2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dfd2;
Background color
Panel with #b9dfd2 background
background-color: #b9dfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dfd2; background: linear-gradient(135deg, #b9dfd2, #B9D3DF);