#b7cdb2
a light, soft green · cool · closest name: silver
RGB
183, 205, 178
HSL
109°, 21%, 75%
CMYK
11, 0, 13, 20
Luminance
0.5694
Every format
| HEX | #b7cdb2 |
| RGB | rgb(183, 205, 178) |
| HSL | hsl(109, 21%, 75%) |
| CMYK | cmyk(11%, 0%, 13%, 20%) |
| LAB | lab(80.2 -12.4 11.0) |
| LCH | lch(80.2 16.6 138.6) |
| OKLCH | oklch(0.824 0.044 139.9) |
Copy-ready code
/* CSS */
color: #b7cdb2;
background-color: #b7cdb2;
/* Tailwind (arbitrary) */
class="text-[#b7cdb2] bg-[#b7cdb2]"
/* SCSS */
$brand: #b7cdb2;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#b7cdb2")Accessibility — WCAG contrast
Aa
#b7cdb2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cdb2 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue69.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow13.2%
Key (black)19.6%
Color previews
#b7cdb2 text on a black background
contrast 12.39:1
Card sample
#b7cdb2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cdb2;
Background color
Panel with #b7cdb2 background
background-color: #b7cdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cdb2; background: linear-gradient(135deg, #b7cdb2, #B2CDBF);