#baebaf
a light, vivid green · cool · closest name: aquamarine
RGB
186, 235, 175
HSL
109°, 60%, 80%
CMYK
21, 0, 26, 8
Luminance
0.7295
Every format
| HEX | #baebaf |
| RGB | rgb(186, 235, 175) |
| HSL | hsl(109, 60%, 80%) |
| CMYK | cmyk(21%, 0%, 26%, 8%) |
| LAB | lab(88.4 -26.8 24.1) |
| LCH | lch(88.4 36.0 138.0) |
| OKLCH | oklch(0.891 0.095 139.9) |
Copy-ready code
/* CSS */
color: #baebaf;
background-color: #baebaf;
/* Tailwind (arbitrary) */
class="text-[#baebaf] bg-[#baebaf]"
/* SCSS */
$brand: #baebaf;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#baebaf")Accessibility — WCAG contrast
Aa
#baebaf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebaf on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue68.6%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#baebaf text on a black background
contrast 15.59:1
Card sample
#baebaf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebaf;
Background color
Panel with #baebaf background
background-color: #baebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebaf; background: linear-gradient(135deg, #baebaf, #AFEBCC);