#b8cfb2
a light, soft green · cool · closest name: beige
RGB
184, 207, 178
HSL
108°, 23%, 76%
CMYK
11, 0, 14, 19
Luminance
0.5803
Every format
| HEX | #b8cfb2 |
| RGB | rgb(184, 207, 178) |
| HSL | hsl(108, 23%, 76%) |
| CMYK | cmyk(11%, 0%, 14%, 19%) |
| LAB | lab(80.8 -13.1 11.8) |
| LCH | lch(80.8 17.7 137.9) |
| OKLCH | oklch(0.829 0.047 139.2) |
Copy-ready code
/* CSS */
color: #b8cfb2;
background-color: #b8cfb2;
/* Tailwind (arbitrary) */
class="text-[#b8cfb2] bg-[#b8cfb2]"
/* SCSS */
$brand: #b8cfb2;
/* SwiftUI */
Color(red: 0.722, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#b8cfb2")Accessibility — WCAG contrast
Aa
#b8cfb2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cfb2 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green81.2%
Blue69.8%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#b8cfb2 text on a black background
contrast 12.61:1
Card sample
#b8cfb2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cfb2;
Background color
Panel with #b8cfb2 background
background-color: #b8cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cfb2; background: linear-gradient(135deg, #b8cfb2, #B2CFBF);