Black
#2A042F
PinkColor Codes
All color formats for development
HEX
#2A042FRGB
rgb(42, 4, 47)HSL
hsl(293, 84%, 10%)OKLCH
oklch(0.21 0.088 322.9)CMYK
cmyk(11%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26042A
2#220326
3#1D0321
4#19021C
5#150217
6#110213
7#0D010E
8#080109
9#040005
Tints
Lighter variations
1#500859
2#750B83
3#9B0FAE
4#C113D8
5#D62CED
6#DE56F0
7#E680F4
8#EFABF8
9#F7D5FB
Tones
Muted variations
1#28062D
2#27082B
3#250B28
4#230D26
5#220F24
6#201122
7#1E1320
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 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EA93 #EA93F6 | BordersInactive statesPlaceholder text |
| 400 | DF5B #DF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D62C #D62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B812 #B812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930E #930EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FE;
--black-100: #F9DEFC;
--black-200: #F3C2FA;
--black-300: #EA93F6;
--black-400: #DF5BF1;
--black-500: #D62CED;
--black-600: #B812CE;
--black-700: #930EA4;
--black-800: #690A75;
--black-900: #43074B;
--black-950: #2A042F;
}