#baceb6
a light, soft green · cool · closest name: silver
RGB
186, 206, 182
HSL
110°, 20%, 76%
CMYK
10, 0, 12, 19
Luminance
0.5796
Every format
| HEX | #baceb6 |
| RGB | rgb(186, 206, 182) |
| HSL | hsl(110, 20%, 76%) |
| CMYK | cmyk(10%, 0%, 12%, 19%) |
| LAB | lab(80.7 -11.2 9.7) |
| LCH | lch(80.7 14.8 139.2) |
| OKLCH | oklch(0.830 0.039 140.5) |
Copy-ready code
/* CSS */
color: #baceb6;
background-color: #baceb6;
/* Tailwind (arbitrary) */
class="text-[#baceb6] bg-[#baceb6]"
/* SCSS */
$brand: #baceb6;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.714)
/* Android */
Color.parseColor("#baceb6")Accessibility — WCAG contrast
Aa
#baceb6 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baceb6 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue71.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow11.7%
Key (black)19.2%
Color previews
#baceb6 text on a black background
contrast 12.59:1
Card sample
#baceb6 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baceb6;
Background color
Panel with #baceb6 background
background-color: #baceb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baceb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baceb6; background: linear-gradient(135deg, #baceb6, #B6CEC2);