#bdceac
a light, soft green · cool · closest name: beige
RGB
189, 206, 172
HSL
90°, 26%, 74%
CMYK
8, 0, 17, 19
Luminance
0.5794
Every format
| HEX | #bdceac |
| RGB | rgb(189, 206, 172) |
| HSL | hsl(90, 26%, 74%) |
| CMYK | cmyk(8%, 0%, 17%, 19%) |
| LAB | lab(80.7 -11.9 15.0) |
| LCH | lch(80.7 19.1 128.3) |
| OKLCH | oklch(0.829 0.050 129.2) |
Copy-ready code
/* CSS */
color: #bdceac;
background-color: #bdceac;
/* Tailwind (arbitrary) */
class="text-[#bdceac] bg-[#bdceac]"
/* SCSS */
$brand: #bdceac;
/* SwiftUI */
Color(red: 0.741, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#bdceac")Accessibility — WCAG contrast
Aa
#bdceac on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdceac on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.8%
Blue67.5%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#bdceac text on a black background
contrast 12.59:1
Card sample
#bdceac text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdceac;
Background color
Panel with #bdceac background
background-color: #bdceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdceac; background: linear-gradient(135deg, #bdceac, #ACCEB2);