#b9dfd0
a light, soft green · cool · closest name: beige
RGB
185, 223, 208
HSL
156°, 37%, 80%
CMYK
17, 0, 7, 13
Luminance
0.6764
Every format
| HEX | #b9dfd0 |
| RGB | rgb(185, 223, 208) |
| HSL | hsl(156, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 7%, 13%) |
| LAB | lab(85.8 -15.4 3.2) |
| LCH | lch(85.8 15.7 168.2) |
| OKLCH | oklch(0.872 0.045 169.4) |
Copy-ready code
/* CSS */
color: #b9dfd0;
background-color: #b9dfd0;
/* Tailwind (arbitrary) */
class="text-[#b9dfd0] bg-[#b9dfd0]"
/* SCSS */
$brand: #b9dfd0;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#b9dfd0")Accessibility — WCAG contrast
Aa
#b9dfd0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dfd0 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue81.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow6.7%
Key (black)12.5%
Color previews
#b9dfd0 text on a black background
contrast 14.53:1
Card sample
#b9dfd0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dfd0;
Background color
Panel with #b9dfd0 background
background-color: #b9dfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dfd0; background: linear-gradient(135deg, #b9dfd0, #B9D5DF);