#bdceaf
a light, soft green · cool · closest name: beige
RGB
189, 206, 175
HSL
93°, 24%, 75%
CMYK
8, 0, 15, 19
Luminance
0.5806
Every format
| HEX | #bdceaf |
| RGB | rgb(189, 206, 175) |
| HSL | hsl(93, 24%, 75%) |
| CMYK | cmyk(8%, 0%, 15%, 19%) |
| LAB | lab(80.8 -11.4 13.5) |
| LCH | lch(80.8 17.6 130.1) |
| OKLCH | oklch(0.830 0.046 130.9) |
Copy-ready code
/* CSS */
color: #bdceaf;
background-color: #bdceaf;
/* Tailwind (arbitrary) */
class="text-[#bdceaf] bg-[#bdceaf]"
/* SCSS */
$brand: #bdceaf;
/* SwiftUI */
Color(red: 0.741, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#bdceaf")Accessibility — WCAG contrast
Aa
#bdceaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdceaf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.8%
Blue68.6%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#bdceaf text on a black background
contrast 12.61:1
Card sample
#bdceaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdceaf;
Background color
Panel with #bdceaf background
background-color: #bdceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdceaf; background: linear-gradient(135deg, #bdceaf, #AFCEB6);