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