#b8cfac
a light, soft green · cool · closest name: beige
RGB
184, 207, 172
HSL
99°, 27%, 74%
CMYK
11, 0, 17, 19
Luminance
0.5779
Every format
| HEX | #b8cfac |
| RGB | rgb(184, 207, 172) |
| HSL | hsl(99, 27%, 74%) |
| CMYK | cmyk(11%, 0%, 17%, 19%) |
| LAB | lab(80.6 -14.1 14.8) |
| LCH | lch(80.6 20.5 133.6) |
| OKLCH | oklch(0.828 0.054 134.8) |
Copy-ready code
/* CSS */
color: #b8cfac;
background-color: #b8cfac;
/* Tailwind (arbitrary) */
class="text-[#b8cfac] bg-[#b8cfac]"
/* SCSS */
$brand: #b8cfac;
/* SwiftUI */
Color(red: 0.722, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#b8cfac")Accessibility — WCAG contrast
Aa
#b8cfac on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cfac on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green81.2%
Blue67.5%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#b8cfac text on a black background
contrast 12.56:1
Card sample
#b8cfac text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cfac;
Background color
Panel with #b8cfac background
background-color: #b8cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cfac; background: linear-gradient(135deg, #b8cfac, #ACCFB7);