#b1cfbc
a light, soft green · cool · closest name: silver
RGB
177, 207, 188
HSL
142°, 24%, 75%
CMYK
15, 0, 9, 19
Luminance
0.5760
Every format
| HEX | #b1cfbc |
| RGB | rgb(177, 207, 188) |
| HSL | hsl(142, 24%, 75%) |
| CMYK | cmyk(15%, 0%, 9%, 19%) |
| LAB | lab(80.5 -13.7 6.1) |
| LCH | lch(80.5 15.0 156.0) |
| OKLCH | oklch(0.827 0.042 157.6) |
Copy-ready code
/* CSS */
color: #b1cfbc;
background-color: #b1cfbc;
/* Tailwind (arbitrary) */
class="text-[#b1cfbc] bg-[#b1cfbc]"
/* SCSS */
$brand: #b1cfbc;
/* SwiftUI */
Color(red: 0.694, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#b1cfbc")Accessibility — WCAG contrast
Aa
#b1cfbc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cfbc on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green81.2%
Blue73.7%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#b1cfbc text on a black background
contrast 12.52:1
Card sample
#b1cfbc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cfbc;
Background color
Panel with #b1cfbc background
background-color: #b1cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cfbc; background: linear-gradient(135deg, #b1cfbc, #B1CECF);