#b8cdad
a light, soft green · cool · closest name: beige
RGB
184, 205, 173
HSL
99°, 24%, 74%
CMYK
10, 0, 16, 20
Luminance
0.5687
Every format
| HEX | #b8cdad |
| RGB | rgb(184, 205, 173) |
| HSL | hsl(99, 24%, 74%) |
| CMYK | cmyk(10%, 0%, 16%, 20%) |
| LAB | lab(80.1 -12.9 13.6) |
| LCH | lch(80.1 18.8 133.6) |
| OKLCH | oklch(0.824 0.049 134.8) |
Copy-ready code
/* CSS */
color: #b8cdad;
background-color: #b8cdad;
/* Tailwind (arbitrary) */
class="text-[#b8cdad] bg-[#b8cdad]"
/* SCSS */
$brand: #b8cdad;
/* SwiftUI */
Color(red: 0.722, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#b8cdad")Accessibility — WCAG contrast
Aa
#b8cdad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cdad on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.4%
Blue67.8%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow15.6%
Key (black)19.6%
Color previews
#b8cdad text on a black background
contrast 12.37:1
Card sample
#b8cdad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cdad;
Background color
Panel with #b8cdad background
background-color: #b8cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cdad; background: linear-gradient(135deg, #b8cdad, #ADCDB7);