#b0cfc3
a light, soft green · cool · closest name: silver
RGB
176, 207, 195
HSL
157°, 24%, 75%
CMYK
15, 0, 6, 19
Luminance
0.5780
Every format
| HEX | #b0cfc3 |
| RGB | rgb(176, 207, 195) |
| HSL | hsl(157, 24%, 75%) |
| CMYK | cmyk(15%, 0%, 6%, 19%) |
| LAB | lab(80.6 -12.7 2.5) |
| LCH | lch(80.6 12.9 168.8) |
| OKLCH | oklch(0.828 0.037 170.0) |
Copy-ready code
/* CSS */
color: #b0cfc3;
background-color: #b0cfc3;
/* Tailwind (arbitrary) */
class="text-[#b0cfc3] bg-[#b0cfc3]"
/* SCSS */
$brand: #b0cfc3;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#b0cfc3")Accessibility — WCAG contrast
Aa
#b0cfc3 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfc3 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue76.5%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow5.8%
Key (black)18.8%
Color previews
#b0cfc3 text on a black background
contrast 12.56:1
Card sample
#b0cfc3 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfc3;
Background color
Panel with #b0cfc3 background
background-color: #b0cfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfc3; background: linear-gradient(135deg, #b0cfc3, #B0C6CF);