#b3cead
a light, soft green · cool · closest name: beige
RGB
179, 206, 173
HSL
109°, 25%, 74%
CMYK
13, 0, 16, 19
Luminance
0.5674
Every format
| HEX | #b3cead |
| RGB | rgb(179, 206, 173) |
| HSL | hsl(109, 25%, 74%) |
| CMYK | cmyk(13%, 0%, 16%, 19%) |
| LAB | lab(80.0 -15.2 13.4) |
| LCH | lch(80.0 20.3 138.6) |
| OKLCH | oklch(0.822 0.054 140.0) |
Copy-ready code
/* CSS */
color: #b3cead;
background-color: #b3cead;
/* Tailwind (arbitrary) */
class="text-[#b3cead] bg-[#b3cead]"
/* SCSS */
$brand: #b3cead;
/* SwiftUI */
Color(red: 0.702, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#b3cead")Accessibility — WCAG contrast
Aa
#b3cead on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cead on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.8%
Blue67.8%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#b3cead text on a black background
contrast 12.35:1
Card sample
#b3cead text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cead;
Background color
Panel with #b3cead background
background-color: #b3cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cead; background: linear-gradient(135deg, #b3cead, #ADCEBD);