#baedc2
a light, vivid green · cool · closest name: beige
RGB
186, 237, 194
HSL
129°, 59%, 83%
CMYK
22, 0, 18, 7
Luminance
0.7490
Every format
| HEX | #baedc2 |
| RGB | rgb(186, 237, 194) |
| HSL | hsl(129, 59%, 83%) |
| CMYK | cmyk(22%, 0%, 18%, 7%) |
| LAB | lab(89.3 -24.5 15.6) |
| LCH | lch(89.3 29.1 147.6) |
| OKLCH | oklch(0.899 0.079 149.2) |
Copy-ready code
/* CSS */
color: #baedc2;
background-color: #baedc2;
/* Tailwind (arbitrary) */
class="text-[#baedc2] bg-[#baedc2]"
/* SCSS */
$brand: #baedc2;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.761)
/* Android */
Color.parseColor("#baedc2")Accessibility — WCAG contrast
Aa
#baedc2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedc2 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue76.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow18.1%
Key (black)7.1%
Color previews
#baedc2 text on a black background
contrast 15.98:1
Card sample
#baedc2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedc2;
Background color
Panel with #baedc2 background
background-color: #baedc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedc2; background: linear-gradient(135deg, #baedc2, #BAEDE4);