#b9cdba
a light, soft green · cool · closest name: silver
RGB
185, 205, 186
HSL
123°, 17%, 77%
CMYK
10, 0, 9, 20
Luminance
0.5752
Every format
| HEX | #b9cdba |
| RGB | rgb(185, 205, 186) |
| HSL | hsl(123, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 9%, 20%) |
| LAB | lab(80.5 -10.3 7.2) |
| LCH | lch(80.5 12.6 145.2) |
| OKLCH | oklch(0.828 0.034 146.6) |
Copy-ready code
/* CSS */
color: #b9cdba;
background-color: #b9cdba;
/* Tailwind (arbitrary) */
class="text-[#b9cdba] bg-[#b9cdba]"
/* SCSS */
$brand: #b9cdba;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#b9cdba")Accessibility — WCAG contrast
Aa
#b9cdba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cdba on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue72.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#b9cdba text on a black background
contrast 12.50:1
Card sample
#b9cdba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cdba;
Background color
Panel with #b9cdba background
background-color: #b9cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cdba; background: linear-gradient(135deg, #b9cdba, #B9CDC7);