#b1cdba
a light, soft green · cool · closest name: silver
RGB
177, 205, 186
HSL
139°, 22%, 75%
CMYK
14, 0, 9, 20
Luminance
0.5655
Every format
| HEX | #b1cdba |
| RGB | rgb(177, 205, 186) |
| HSL | hsl(139, 22%, 75%) |
| CMYK | cmyk(14%, 0%, 9%, 20%) |
| LAB | lab(79.9 -13.1 6.3) |
| LCH | lch(79.9 14.5 154.2) |
| OKLCH | oklch(0.822 0.040 155.8) |
Copy-ready code
/* CSS */
color: #b1cdba;
background-color: #b1cdba;
/* Tailwind (arbitrary) */
class="text-[#b1cdba] bg-[#b1cdba]"
/* SCSS */
$brand: #b1cdba;
/* SwiftUI */
Color(red: 0.694, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#b1cdba")Accessibility — WCAG contrast
Aa
#b1cdba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cdba on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.4%
Blue72.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#b1cdba text on a black background
contrast 12.31:1
Card sample
#b1cdba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cdba;
Background color
Panel with #b1cdba background
background-color: #b1cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cdba; background: linear-gradient(135deg, #b1cdba, #B1CDCD);