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