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