#bae9cf
a light, vivid green · cool · closest name: beige
RGB
186, 233, 207
HSL
147°, 52%, 82%
CMYK
20, 0, 11, 9
Luminance
0.7322
Every format
| HEX | #bae9cf |
| RGB | rgb(186, 233, 207) |
| HSL | hsl(147, 52%, 82%) |
| CMYK | cmyk(20%, 0%, 11%, 9%) |
| LAB | lab(88.5 -20.2 7.7) |
| LCH | lch(88.5 21.6 159.2) |
| OKLCH | oklch(0.894 0.060 160.7) |
Copy-ready code
/* CSS */
color: #bae9cf;
background-color: #bae9cf;
/* Tailwind (arbitrary) */
class="text-[#bae9cf] bg-[#bae9cf]"
/* SCSS */
$brand: #bae9cf;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#bae9cf")Accessibility — WCAG contrast
Aa
#bae9cf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae9cf on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.4%
Blue81.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow11.2%
Key (black)8.6%
Color previews
#bae9cf text on a black background
contrast 15.64:1
Card sample
#bae9cf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae9cf;
Background color
Panel with #bae9cf background
background-color: #bae9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae9cf; background: linear-gradient(135deg, #bae9cf, #BAE4E9);