#bae4cf
a light, soft green · cool · closest name: beige
RGB
186, 228, 207
HSL
150°, 44%, 81%
CMYK
18, 0, 9, 11
Luminance
0.7043
Every format
| HEX | #bae4cf |
| RGB | rgb(186, 228, 207) |
| HSL | hsl(150, 44%, 81%) |
| CMYK | cmyk(18%, 0%, 9%, 11%) |
| LAB | lab(87.2 -17.7 5.8) |
| LCH | lch(87.2 18.6 162.0) |
| OKLCH | oklch(0.883 0.052 163.5) |
Copy-ready code
/* CSS */
color: #bae4cf;
background-color: #bae4cf;
/* Tailwind (arbitrary) */
class="text-[#bae4cf] bg-[#bae4cf]"
/* SCSS */
$brand: #bae4cf;
/* SwiftUI */
Color(red: 0.729, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#bae4cf")Accessibility — WCAG contrast
Aa
#bae4cf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae4cf on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.4%
Blue81.2%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#bae4cf text on a black background
contrast 15.09:1
Card sample
#bae4cf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae4cf;
Background color
Panel with #bae4cf background
background-color: #bae4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae4cf; background: linear-gradient(135deg, #bae4cf, #BADDE4);