#baceab
a light, soft green · cool · closest name: beige
RGB
186, 206, 171
HSL
94°, 26%, 74%
CMYK
10, 0, 17, 19
Luminance
0.5752
Every format
| HEX | #baceab |
| RGB | rgb(186, 206, 171) |
| HSL | hsl(94, 26%, 74%) |
| CMYK | cmyk(10%, 0%, 17%, 19%) |
| LAB | lab(80.5 -13.1 15.2) |
| LCH | lch(80.5 20.0 130.8) |
| OKLCH | oklch(0.827 0.052 131.8) |
Copy-ready code
/* CSS */
color: #baceab;
background-color: #baceab;
/* Tailwind (arbitrary) */
class="text-[#baceab] bg-[#baceab]"
/* SCSS */
$brand: #baceab;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#baceab")Accessibility — WCAG contrast
Aa
#baceab on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baceab on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue67.1%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#baceab text on a black background
contrast 12.50:1
Card sample
#baceab text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baceab;
Background color
Panel with #baceab background
background-color: #baceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baceab; background: linear-gradient(135deg, #baceab, #ABCEB3);