#1DB954 color
#1DB954 is a medium, vivid green, closest to the CSS named color mediumseagreen (#3CB371).
Color values
| HEX | #1DB954 |
| RGB | rgb(29, 185, 84) |
| HSL | hsl(141, 73%, 42%) |
| CMYK | cmyk(84%, 0%, 55%, 27%) |
| Decimal | 1947988 |
| CSS | color: #1DB954; |
| Android | 0xFF1DB954 |
| Swift | UIColor(red: 0.114, green: 0.725, blue: 0.329, alpha: 1) |
Accessibility and contrast
| White text on #1DB954 | 2.59:1 — AA fail · AA large fail · AAA fail |
| Black text on #1DB954 | 8.12:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #1DB954
Each swatch keeps the hue and saturation of #1DB954 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #1DB954
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #1DB954 in code
/* CSS */
.element { color: #1DB954; background-color: #1DB954; }
.element { color: rgb(29 185 84); }
.element { color: hsl(141 73% 42%); }
/* Tailwind arbitrary value */
<div class="bg-[#1DB954] text-black">
/* SCSS variable */
$brand: #1DB954;
Frequently asked questions
What color is #1DB954?
#1DB954 is a medium, vivid green. Its hue sits at 141° on the color wheel, with 73% saturation and 42% lightness.
What is #1DB954 in RGB?
#1DB954 converts to rgb(29, 185, 84) — 29 red, 185 green and 84 blue.
What is #1DB954 in CMYK?
Approximately cmyk(84%, 0%, 55%, 27%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #1DB954 be white or black?
Black gives the better contrast ratio (8.12:1 versus 2.59:1).
What is the complementary color of #1DB954?
#B91D83 — the hue directly opposite #1DB954 on the color wheel.