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