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