#badfba
a light, soft green · cool · closest name: beige
RGB
186, 223, 186
HSL
120°, 37%, 80%
CMYK
17, 0, 17, 13
Luminance
0.6676
Every format
| HEX | #badfba |
| RGB | rgb(186, 223, 186) |
| HSL | hsl(120, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 17%, 13%) |
| LAB | lab(85.4 -19.1 14.2) |
| LCH | lch(85.4 23.8 143.4) |
| OKLCH | oklch(0.867 0.064 145.0) |
Copy-ready code
/* CSS */
color: #badfba;
background-color: #badfba;
/* Tailwind (arbitrary) */
class="text-[#badfba] bg-[#badfba]"
/* SCSS */
$brand: #badfba;
/* SwiftUI */
Color(red: 0.729, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#badfba")Accessibility — WCAG contrast
Aa
#badfba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badfba on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.5%
Blue72.9%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#badfba text on a black background
contrast 14.35:1
Card sample
#badfba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badfba;
Background color
Panel with #badfba background
background-color: #badfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badfba; background: linear-gradient(135deg, #badfba, #BADFD3);