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