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