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