#baebac
a light, vivid green · cool · closest name: aquamarine
RGB
186, 235, 172
HSL
107°, 61%, 80%
CMYK
21, 0, 27, 8
Luminance
0.7283
Every format
| HEX | #baebac |
| RGB | rgb(186, 235, 172) |
| HSL | hsl(107, 61%, 80%) |
| CMYK | cmyk(21%, 0%, 27%, 8%) |
| LAB | lab(88.4 -27.2 25.6) |
| LCH | lch(88.4 37.4 136.8) |
| OKLCH | oklch(0.890 0.098 138.8) |
Copy-ready code
/* CSS */
color: #baebac;
background-color: #baebac;
/* Tailwind (arbitrary) */
class="text-[#baebac] bg-[#baebac]"
/* SCSS */
$brand: #baebac;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#baebac")Accessibility — WCAG contrast
Aa
#baebac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebac on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue67.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#baebac text on a black background
contrast 15.57:1
Card sample
#baebac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebac;
Background color
Panel with #baebac background
background-color: #baebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebac; background: linear-gradient(135deg, #baebac, #ACEBC8);