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