#bae7cf
a light, vivid green · cool · closest name: beige
RGB
186, 231, 207
HSL
148°, 48%, 82%
CMYK
20, 0, 10, 9
Luminance
0.7210
Every format
| HEX | #bae7cf |
| RGB | rgb(186, 231, 207) |
| HSL | hsl(148, 48%, 82%) |
| CMYK | cmyk(20%, 0%, 10%, 9%) |
| LAB | lab(88.0 -19.2 6.9) |
| LCH | lch(88.0 20.4 160.2) |
| OKLCH | oklch(0.890 0.057 161.7) |
Copy-ready code
/* CSS */
color: #bae7cf;
background-color: #bae7cf;
/* Tailwind (arbitrary) */
class="text-[#bae7cf] bg-[#bae7cf]"
/* SCSS */
$brand: #bae7cf;
/* SwiftUI */
Color(red: 0.729, green: 0.906, blue: 0.812)
/* Android */
Color.parseColor("#bae7cf")Accessibility — WCAG contrast
Aa
#bae7cf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae7cf on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green90.6%
Blue81.2%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow10.4%
Key (black)9.4%
Color previews
#bae7cf text on a black background
contrast 15.42:1
Card sample
#bae7cf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae7cf;
Background color
Panel with #bae7cf background
background-color: #bae7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 231, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 231, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae7cf; background: linear-gradient(135deg, #bae7cf, #BAE1E7);