#b1cfac
a light, soft green · cool · closest name: beige
RGB
177, 207, 172
HSL
111°, 27%, 74%
CMYK
15, 0, 17, 19
Luminance
0.5695
Every format
| HEX | #b1cfac |
| RGB | rgb(177, 207, 172) |
| HSL | hsl(111, 27%, 74%) |
| CMYK | cmyk(15%, 0%, 17%, 19%) |
| LAB | lab(80.2 -16.6 14.1) |
| LCH | lch(80.2 21.8 139.6) |
| OKLCH | oklch(0.823 0.058 141.1) |
Copy-ready code
/* CSS */
color: #b1cfac;
background-color: #b1cfac;
/* Tailwind (arbitrary) */
class="text-[#b1cfac] bg-[#b1cfac]"
/* SCSS */
$brand: #b1cfac;
/* SwiftUI */
Color(red: 0.694, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#b1cfac")Accessibility — WCAG contrast
Aa
#b1cfac on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cfac on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green81.2%
Blue67.5%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#b1cfac text on a black background
contrast 12.39:1
Card sample
#b1cfac text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cfac;
Background color
Panel with #b1cfac background
background-color: #b1cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cfac; background: linear-gradient(135deg, #b1cfac, #ACCFBE);