#bdccaf
a light, soft green · cool · closest name: silver
RGB
189, 204, 175
HSL
91°, 22%, 74%
CMYK
7, 0, 14, 20
Luminance
0.5710
Every format
| HEX | #bdccaf |
| RGB | rgb(189, 204, 175) |
| HSL | hsl(91, 22%, 74%) |
| CMYK | cmyk(7%, 0%, 14%, 20%) |
| LAB | lab(80.2 -10.3 12.7) |
| LCH | lch(80.2 16.4 129.0) |
| OKLCH | oklch(0.826 0.043 129.7) |
Copy-ready code
/* CSS */
color: #bdccaf;
background-color: #bdccaf;
/* Tailwind (arbitrary) */
class="text-[#bdccaf] bg-[#bdccaf]"
/* SCSS */
$brand: #bdccaf;
/* SwiftUI */
Color(red: 0.741, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#bdccaf")Accessibility — WCAG contrast
Aa
#bdccaf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdccaf on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.0%
Blue68.6%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#bdccaf text on a black background
contrast 12.42:1
Card sample
#bdccaf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdccaf;
Background color
Panel with #bdccaf background
background-color: #bdccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdccaf; background: linear-gradient(135deg, #bdccaf, #AFCCB4);