#baceae
a light, soft green · cool · closest name: beige
RGB
186, 206, 174
HSL
98°, 25%, 75%
CMYK
10, 0, 16, 19
Luminance
0.5764
Every format
| HEX | #baceae |
| RGB | rgb(186, 206, 174) |
| HSL | hsl(98, 25%, 75%) |
| CMYK | cmyk(10%, 0%, 16%, 19%) |
| LAB | lab(80.5 -12.6 13.7) |
| LCH | lch(80.5 18.6 132.6) |
| OKLCH | oklch(0.828 0.049 133.7) |
Copy-ready code
/* CSS */
color: #baceae;
background-color: #baceae;
/* Tailwind (arbitrary) */
class="text-[#baceae] bg-[#baceae]"
/* SCSS */
$brand: #baceae;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.682)
/* Android */
Color.parseColor("#baceae")Accessibility — WCAG contrast
Aa
#baceae on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baceae on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue68.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow15.5%
Key (black)19.2%
Color previews
#baceae text on a black background
contrast 12.53:1
Card sample
#baceae text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baceae;
Background color
Panel with #baceae background
background-color: #baceae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baceae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baceae; background: linear-gradient(135deg, #baceae, #AECEB7);