#b4cfbc
a light, soft green · cool · closest name: silver
RGB
180, 207, 188
HSL
138°, 22%, 76%
CMYK
13, 0, 9, 19
Luminance
0.5796
Every format
| HEX | #b4cfbc |
| RGB | rgb(180, 207, 188) |
| HSL | hsl(138, 22%, 76%) |
| CMYK | cmyk(13%, 0%, 9%, 19%) |
| LAB | lab(80.7 -12.7 6.4) |
| LCH | lch(80.7 14.2 153.2) |
| OKLCH | oklch(0.829 0.039 154.8) |
Copy-ready code
/* CSS */
color: #b4cfbc;
background-color: #b4cfbc;
/* Tailwind (arbitrary) */
class="text-[#b4cfbc] bg-[#b4cfbc]"
/* SCSS */
$brand: #b4cfbc;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#b4cfbc")Accessibility — WCAG contrast
Aa
#b4cfbc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cfbc on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue73.7%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#b4cfbc text on a black background
contrast 12.59:1
Card sample
#b4cfbc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cfbc;
Background color
Panel with #b4cfbc background
background-color: #b4cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cfbc; background: linear-gradient(135deg, #b4cfbc, #B4CFCE);