#b6cfb2
a light, soft green · cool · closest name: beige
RGB
182, 207, 178
HSL
112°, 23%, 76%
CMYK
12, 0, 14, 19
Luminance
0.5779
Every format
| HEX | #b6cfb2 |
| RGB | rgb(182, 207, 178) |
| HSL | hsl(112, 23%, 76%) |
| CMYK | cmyk(12%, 0%, 14%, 19%) |
| LAB | lab(80.6 -13.8 11.6) |
| LCH | lch(80.6 18.1 139.9) |
| OKLCH | oklch(0.828 0.048 141.3) |
Copy-ready code
/* CSS */
color: #b6cfb2;
background-color: #b6cfb2;
/* Tailwind (arbitrary) */
class="text-[#b6cfb2] bg-[#b6cfb2]"
/* SCSS */
$brand: #b6cfb2;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#b6cfb2")Accessibility — WCAG contrast
Aa
#b6cfb2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cfb2 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue69.8%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#b6cfb2 text on a black background
contrast 12.56:1
Card sample
#b6cfb2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cfb2;
Background color
Panel with #b6cfb2 background
background-color: #b6cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cfb2; background: linear-gradient(135deg, #b6cfb2, #B2CFC1);