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