Black
#2B042F
PinkColor Codes
All color formats for development
HEX
#2B042FRGB
rgb(43, 4, 47)HSL
hsl(294, 84%, 10%)OKLCH
oklch(0.212 0.089 324)CMYK
cmyk(9%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26042A
2#220326
3#1E0321
4#1A021C
5#150217
6#110213
7#0D010E
8#090109
9#040005
Tints
Lighter variations
1#510859
2#770B83
3#9E0FAE
4#C413D8
5#D92CED
6#E156F0
7#E880F4
8#F0ABF8
9#F7D5FB
Tones
Muted variations
1#29062D
2#27082B
3#250B28
4#240D26
5#220F24
6#201122
7#1F1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC93 #EC93F6 | BordersInactive statesPlaceholder text |
| 400 | E25B #E25BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D92C #D92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | BC12 #BC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950E #950EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FE;
--black-100: #F9DEFC;
--black-200: #F4C2FA;
--black-300: #EC93F6;
--black-400: #E25BF1;
--black-500: #D92CED;
--black-600: #BC12CE;
--black-700: #950EA4;
--black-800: #6B0A75;
--black-900: #44074B;
--black-950: #2B042F;
}