#baceb0
a light, soft green · cool · closest name: beige
RGB
186, 206, 176
HSL
100°, 23%, 75%
CMYK
10, 0, 15, 19
Luminance
0.5772
Every format
| HEX | #baceb0 |
| RGB | rgb(186, 206, 176) |
| HSL | hsl(100, 23%, 75%) |
| CMYK | cmyk(10%, 0%, 15%, 19%) |
| LAB | lab(80.6 -12.3 12.7) |
| LCH | lch(80.6 17.6 134.0) |
| OKLCH | oklch(0.828 0.046 135.1) |
Copy-ready code
/* CSS */
color: #baceb0;
background-color: #baceb0;
/* Tailwind (arbitrary) */
class="text-[#baceb0] bg-[#baceb0]"
/* SCSS */
$brand: #baceb0;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#baceb0")Accessibility — WCAG contrast
Aa
#baceb0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baceb0 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue69.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#baceb0 text on a black background
contrast 12.54:1
Card sample
#baceb0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baceb0;
Background color
Panel with #baceb0 background
background-color: #baceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baceb0; background: linear-gradient(135deg, #baceb0, #B0CEBA);