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