#bdcdaf
a light, soft green · cool · closest name: beige
RGB
189, 205, 175
HSL
92°, 23%, 75%
CMYK
8, 0, 15, 20
Luminance
0.5758
Every format
| HEX | #bdcdaf |
| RGB | rgb(189, 205, 175) |
| HSL | hsl(92, 23%, 75%) |
| CMYK | cmyk(8%, 0%, 15%, 20%) |
| LAB | lab(80.5 -10.8 13.1) |
| LCH | lch(80.5 17.0 129.6) |
| OKLCH | oklch(0.828 0.044 130.3) |
Copy-ready code
/* CSS */
color: #bdcdaf;
background-color: #bdcdaf;
/* Tailwind (arbitrary) */
class="text-[#bdcdaf] bg-[#bdcdaf]"
/* SCSS */
$brand: #bdcdaf;
/* SwiftUI */
Color(red: 0.741, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#bdcdaf")Accessibility — WCAG contrast
Aa
#bdcdaf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcdaf on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.4%
Blue68.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#bdcdaf text on a black background
contrast 12.52:1
Card sample
#bdcdaf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcdaf;
Background color
Panel with #bdcdaf background
background-color: #bdcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcdaf; background: linear-gradient(135deg, #bdcdaf, #AFCDB5);