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