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