#bdceb5
a light, soft green · cool · closest name: silver
RGB
189, 206, 181
HSL
101°, 20%, 76%
CMYK
8, 0, 12, 19
Luminance
0.5830
Every format
| HEX | #bdceb5 |
| RGB | rgb(189, 206, 181) |
| HSL | hsl(101, 20%, 76%) |
| CMYK | cmyk(8%, 0%, 12%, 19%) |
| LAB | lab(80.9 -10.3 10.5) |
| LCH | lch(80.9 14.7 134.6) |
| OKLCH | oklch(0.832 0.039 135.5) |
Copy-ready code
/* CSS */
color: #bdceb5;
background-color: #bdceb5;
/* Tailwind (arbitrary) */
class="text-[#bdceb5] bg-[#bdceb5]"
/* SCSS */
$brand: #bdceb5;
/* SwiftUI */
Color(red: 0.741, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#bdceb5")Accessibility — WCAG contrast
Aa
#bdceb5 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdceb5 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.8%
Blue71.0%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#bdceb5 text on a black background
contrast 12.66:1
Card sample
#bdceb5 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdceb5;
Background color
Panel with #bdceb5 background
background-color: #bdceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdceb5; background: linear-gradient(135deg, #bdceb5, #B5CEBE);