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