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