#baecce
a light, vivid green · cool · closest name: beige
RGB
186, 236, 206
HSL
144°, 57%, 83%
CMYK
21, 0, 13, 8
Luminance
0.7489
Every format
| HEX | #baecce |
| RGB | rgb(186, 236, 206) |
| HSL | hsl(144, 57%, 83%) |
| CMYK | cmyk(21%, 0%, 13%, 8%) |
| LAB | lab(89.3 -21.9 9.3) |
| LCH | lch(89.3 23.8 156.9) |
| OKLCH | oklch(0.900 0.066 158.4) |
Copy-ready code
/* CSS */
color: #baecce;
background-color: #baecce;
/* Tailwind (arbitrary) */
class="text-[#baecce] bg-[#baecce]"
/* SCSS */
$brand: #baecce;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#baecce")Accessibility — WCAG contrast
Aa
#baecce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecce on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue80.8%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#baecce text on a black background
contrast 15.98:1
Card sample
#baecce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecce;
Background color
Panel with #baecce background
background-color: #baecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecce; background: linear-gradient(135deg, #baecce, #BAE9EC);