#b6cdba
a light, soft green · cool · closest name: silver
RGB
182, 205, 186
HSL
130°, 19%, 76%
CMYK
11, 0, 9, 20
Luminance
0.5715
Every format
| HEX | #b6cdba |
| RGB | rgb(182, 205, 186) |
| HSL | hsl(130, 19%, 76%) |
| CMYK | cmyk(11%, 0%, 9%, 20%) |
| LAB | lab(80.3 -11.3 6.8) |
| LCH | lch(80.3 13.3 148.9) |
| OKLCH | oklch(0.826 0.036 150.4) |
Copy-ready code
/* CSS */
color: #b6cdba;
background-color: #b6cdba;
/* Tailwind (arbitrary) */
class="text-[#b6cdba] bg-[#b6cdba]"
/* SCSS */
$brand: #b6cdba;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#b6cdba")Accessibility — WCAG contrast
Aa
#b6cdba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdba on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue72.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#b6cdba text on a black background
contrast 12.43:1
Card sample
#b6cdba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdba;
Background color
Panel with #b6cdba background
background-color: #b6cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdba; background: linear-gradient(135deg, #b6cdba, #B6CDC9);