#bae5cf
a light, vivid green · cool · closest name: beige
RGB
186, 229, 207
HSL
149°, 45%, 81%
CMYK
19, 0, 10, 10
Luminance
0.7098
Every format
| HEX | #bae5cf |
| RGB | rgb(186, 229, 207) |
| HSL | hsl(149, 45%, 81%) |
| CMYK | cmyk(19%, 0%, 10%, 10%) |
| LAB | lab(87.5 -18.2 6.1) |
| LCH | lch(87.5 19.2 161.4) |
| OKLCH | oklch(0.885 0.054 162.9) |
Copy-ready code
/* CSS */
color: #bae5cf;
background-color: #bae5cf;
/* Tailwind (arbitrary) */
class="text-[#bae5cf] bg-[#bae5cf]"
/* SCSS */
$brand: #bae5cf;
/* SwiftUI */
Color(red: 0.729, green: 0.898, blue: 0.812)
/* Android */
Color.parseColor("#bae5cf")Accessibility — WCAG contrast
Aa
#bae5cf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae5cf on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.8%
Blue81.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow9.6%
Key (black)10.2%
Color previews
#bae5cf text on a black background
contrast 15.20:1
Card sample
#bae5cf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae5cf;
Background color
Panel with #bae5cf background
background-color: #bae5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 229, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 229, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae5cf; background: linear-gradient(135deg, #bae5cf, #BADEE5);