#baecc8
a light, vivid green · cool · closest name: beige
RGB
186, 236, 200
HSL
137°, 57%, 83%
CMYK
21, 0, 15, 8
Luminance
0.7460
Every format
| HEX | #baecc8 |
| RGB | rgb(186, 236, 200) |
| HSL | hsl(137, 57%, 83%) |
| CMYK | cmyk(21%, 0%, 15%, 8%) |
| LAB | lab(89.2 -23.0 12.3) |
| LCH | lch(89.2 26.0 151.9) |
| OKLCH | oklch(0.899 0.071 153.5) |
Copy-ready code
/* CSS */
color: #baecc8;
background-color: #baecc8;
/* Tailwind (arbitrary) */
class="text-[#baecc8] bg-[#baecc8]"
/* SCSS */
$brand: #baecc8;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.784)
/* Android */
Color.parseColor("#baecc8")Accessibility — WCAG contrast
Aa
#baecc8 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecc8 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue78.4%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow15.3%
Key (black)7.5%
Color previews
#baecc8 text on a black background
contrast 15.92:1
Card sample
#baecc8 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecc8;
Background color
Panel with #baecc8 background
background-color: #baecc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecc8; background: linear-gradient(135deg, #baecc8, #BAECE9);