#b9ddcd
a light, soft green · cool · closest name: silver
RGB
185, 221, 205
HSL
153°, 35%, 80%
CMYK
16, 0, 7, 13
Luminance
0.6643
Every format
| HEX | #b9ddcd |
| RGB | rgb(185, 221, 205) |
| HSL | hsl(153, 35%, 80%) |
| CMYK | cmyk(16%, 0%, 7%, 13%) |
| LAB | lab(85.2 -14.9 3.9) |
| LCH | lch(85.2 15.4 165.3) |
| OKLCH | oklch(0.867 0.044 166.6) |
Copy-ready code
/* CSS */
color: #b9ddcd;
background-color: #b9ddcd;
/* Tailwind (arbitrary) */
class="text-[#b9ddcd] bg-[#b9ddcd]"
/* SCSS */
$brand: #b9ddcd;
/* SwiftUI */
Color(red: 0.725, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#b9ddcd")Accessibility — WCAG contrast
Aa
#b9ddcd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ddcd on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green86.7%
Blue80.4%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow7.2%
Key (black)13.3%
Color previews
#b9ddcd text on a black background
contrast 14.29:1
Card sample
#b9ddcd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ddcd;
Background color
Panel with #b9ddcd background
background-color: #b9ddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ddcd; background: linear-gradient(135deg, #b9ddcd, #B9D5DD);