#b6cfba
a light, soft green · cool · closest name: silver
RGB
182, 207, 186
HSL
130°, 21%, 76%
CMYK
12, 0, 10, 19
Luminance
0.5812
Every format
| HEX | #b6cfba |
| RGB | rgb(182, 207, 186) |
| HSL | hsl(130, 21%, 76%) |
| CMYK | cmyk(12%, 0%, 10%, 19%) |
| LAB | lab(80.8 -12.4 7.6) |
| LCH | lch(80.8 14.5 148.4) |
| OKLCH | oklch(0.830 0.040 149.9) |
Copy-ready code
/* CSS */
color: #b6cfba;
background-color: #b6cfba;
/* Tailwind (arbitrary) */
class="text-[#b6cfba] bg-[#b6cfba]"
/* SCSS */
$brand: #b6cfba;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#b6cfba")Accessibility — WCAG contrast
Aa
#b6cfba on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cfba on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#b6cfba text on a black background
contrast 12.62:1
Card sample
#b6cfba text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cfba;
Background color
Panel with #b6cfba background
background-color: #b6cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cfba; background: linear-gradient(135deg, #b6cfba, #B6CFCB);