Black
#2D042F
PinkColor Codes
All color formats for development
HEX
#2D042FRGB
rgb(45, 4, 47)HSL
hsl(297, 84%, 10%)OKLCH
oklch(0.216 0.09 326.1)CMYK
cmyk(4%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28042A
2#240326
3#1F0321
4#1B021C
5#160217
6#120213
7#0D010E
8#090109
9#040005
Tints
Lighter variations
1#550859
2#7D0B83
3#A60FAE
4#CE13D8
5#E32CED
6#E956F0
7#EE80F4
8#F4ABF8
9#F9D5FB
Tones
Muted variations
1#2B062D
2#29082B
3#270B28
4#250D26
5#230F24
6#211122
7#1F1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F193 #F193F6 | BordersInactive statesPlaceholder text |
| 400 | E95B #E95BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E32C #E32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | C512 #C512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0E #9D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700A #700A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FE;
--black-100: #FBDEFC;
--black-200: #F7C2FA;
--black-300: #F193F6;
--black-400: #E95BF1;
--black-500: #E32CED;
--black-600: #C512CE;
--black-700: #9D0EA4;
--black-800: #700A75;
--black-900: #48074B;
--black-950: #2D042F;
}