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