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