#bacec4
a light, soft green · cool · closest name: silver
RGB
186, 206, 196
HSL
150°, 17%, 77%
CMYK
10, 0, 5, 19
Luminance
0.5857
Every format
| HEX | #bacec4 |
| RGB | rgb(186, 206, 196) |
| HSL | hsl(150, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 5%, 19%) |
| LAB | lab(81.0 -8.7 2.7) |
| LCH | lch(81.0 9.1 162.8) |
| OKLCH | oklch(0.833 0.026 164.3) |
Copy-ready code
/* CSS */
color: #bacec4;
background-color: #bacec4;
/* Tailwind (arbitrary) */
class="text-[#bacec4] bg-[#bacec4]"
/* SCSS */
$brand: #bacec4;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.769)
/* Android */
Color.parseColor("#bacec4")Accessibility — WCAG contrast
Aa
#bacec4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacec4 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue76.9%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow4.9%
Key (black)19.2%
Color previews
#bacec4 text on a black background
contrast 12.71:1
Card sample
#bacec4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacec4;
Background color
Panel with #bacec4 background
background-color: #bacec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacec4; background: linear-gradient(135deg, #bacec4, #BACBCE);