#badeac
a light, soft green · cool · closest name: beige
RGB
186, 222, 172
HSL
103°, 43%, 77%
CMYK
16, 0, 23, 13
Luminance
0.6566
Every format
| HEX | #badeac |
| RGB | rgb(186, 222, 172) |
| HSL | hsl(103, 43%, 77%) |
| CMYK | cmyk(16%, 0%, 23%, 13%) |
| LAB | lab(84.8 -20.9 20.7) |
| LCH | lch(84.8 29.4 135.3) |
| OKLCH | oklch(0.862 0.077 137.0) |
Copy-ready code
/* CSS */
color: #badeac;
background-color: #badeac;
/* Tailwind (arbitrary) */
class="text-[#badeac] bg-[#badeac]"
/* SCSS */
$brand: #badeac;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.675)
/* Android */
Color.parseColor("#badeac")Accessibility — WCAG contrast
Aa
#badeac on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeac on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue67.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow22.5%
Key (black)12.9%
Color previews
#badeac text on a black background
contrast 14.13:1
Card sample
#badeac text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeac;
Background color
Panel with #badeac background
background-color: #badeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeac; background: linear-gradient(135deg, #badeac, #ACDEBF);