Black
#2E042F
PinkColor Codes
All color formats for development
HEX
#2E042FRGB
rgb(46, 4, 47)HSL
hsl(299, 84%, 10%)OKLCH
oklch(0.218 0.09 327.1)CMYK
cmyk(2%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A042A
2#250326
3#200321
4#1C021C
5#170217
6#120213
7#0E010E
8#090109
9#050005
Tints
Lighter variations
1#580859
2#810B83
3#AB0FAE
4#D513D8
5#E92CED
6#EE56F0
7#F280F4
8#F6ABF8
9#FBD5FB
Tones
Muted variations
1#2C062D
2#2A082B
3#280B28
4#260D26
5#240F24
6#221122
7#201320
8#1E151E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F493 #F493F6 | BordersInactive statesPlaceholder text |
| 400 | EE5B #EE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E92C #E92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | CB12 #CB12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A20E #A20EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740A #740A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FE;
--black-100: #FCDEFC;
--black-200: #F9C2FA;
--black-300: #F493F6;
--black-400: #EE5BF1;
--black-500: #E92CED;
--black-600: #CB12CE;
--black-700: #A20EA4;
--black-800: #740A75;
--black-900: #4A074B;
--black-950: #2E042F;
}