#b3cdad
a light, soft green · cool · closest name: beige
RGB
179, 205, 173
HSL
109°, 24%, 74%
CMYK
13, 0, 16, 20
Luminance
0.5626
Every format
| HEX | #b3cdad |
| RGB | rgb(179, 205, 173) |
| HSL | hsl(109, 24%, 74%) |
| CMYK | cmyk(13%, 0%, 16%, 20%) |
| LAB | lab(79.8 -14.7 13.0) |
| LCH | lch(79.8 19.6 138.4) |
| OKLCH | oklch(0.820 0.052 139.8) |
Copy-ready code
/* CSS */
color: #b3cdad;
background-color: #b3cdad;
/* Tailwind (arbitrary) */
class="text-[#b3cdad] bg-[#b3cdad]"
/* SCSS */
$brand: #b3cdad;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#b3cdad")Accessibility — WCAG contrast
Aa
#b3cdad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdad on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue67.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow15.6%
Key (black)19.6%
Color previews
#b3cdad text on a black background
contrast 12.25:1
Card sample
#b3cdad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdad;
Background color
Panel with #b3cdad background
background-color: #b3cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdad; background: linear-gradient(135deg, #b3cdad, #ADCDBC);