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