#b0cfad
a light, soft green · cool · closest name: beige
RGB
176, 207, 173
HSL
115°, 26%, 75%
CMYK
15, 0, 16, 19
Luminance
0.5687
Every format
| HEX | #b0cfad |
| RGB | rgb(176, 207, 173) |
| HSL | hsl(115, 26%, 75%) |
| CMYK | cmyk(15%, 0%, 16%, 19%) |
| LAB | lab(80.1 -16.8 13.5) |
| LCH | lch(80.1 21.5 141.1) |
| OKLCH | oklch(0.822 0.057 142.7) |
Copy-ready code
/* CSS */
color: #b0cfad;
background-color: #b0cfad;
/* Tailwind (arbitrary) */
class="text-[#b0cfad] bg-[#b0cfad]"
/* SCSS */
$brand: #b0cfad;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#b0cfad")Accessibility — WCAG contrast
Aa
#b0cfad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfad on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue67.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#b0cfad text on a black background
contrast 12.37:1
Card sample
#b0cfad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfad;
Background color
Panel with #b0cfad background
background-color: #b0cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfad; background: linear-gradient(135deg, #b0cfad, #ADCFC1);