#b6dfba
a light, soft green · cool · closest name: beige
RGB
182, 223, 186
HSL
126°, 39%, 79%
CMYK
18, 0, 17, 13
Luminance
0.6627
Every format
| HEX | #b6dfba |
| RGB | rgb(182, 223, 186) |
| HSL | hsl(126, 39%, 79%) |
| CMYK | cmyk(18%, 0%, 17%, 13%) |
| LAB | lab(85.1 -20.4 13.8) |
| LCH | lch(85.1 24.6 146.0) |
| OKLCH | oklch(0.864 0.066 147.6) |
Copy-ready code
/* CSS */
color: #b6dfba;
background-color: #b6dfba;
/* Tailwind (arbitrary) */
class="text-[#b6dfba] bg-[#b6dfba]"
/* SCSS */
$brand: #b6dfba;
/* SwiftUI */
Color(red: 0.714, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#b6dfba")Accessibility — WCAG contrast
Aa
#b6dfba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dfba on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#b6dfba text on a black background
contrast 14.25:1
Card sample
#b6dfba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dfba;
Background color
Panel with #b6dfba background
background-color: #b6dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dfba; background: linear-gradient(135deg, #b6dfba, #B6DFD5);