Black
#2F042E
PinkColor Codes
All color formats for development
HEX
#2F042ERGB
rgb(47, 4, 46)HSL
hsl(301, 84%, 10%)OKLCH
oklch(0.219 0.09 329.1)CMYK
cmyk(0%, 91%, 2%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A042A
2#260325
3#210320
4#1C021C
5#170217
6#130212
7#0E010E
8#090109
9#050005
Tints
Lighter variations
1#590858
2#830B81
3#AE0FAB
4#D813D5
5#ED2CE9
6#F056EE
7#F480F2
8#F8ABF6
9#FBD5FB
Tones
Muted variations
1#2D062C
2#2B082A
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 | FAC2 #FAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693F4 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BEE | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FE;
--black-100: #FCDEFC;
--black-200: #FAC2F9;
--black-300: #F693F4;
--black-400: #F15BEE;
--black-500: #ED2CE9;
--black-600: #CE12CB;
--black-700: #A40EA2;
--black-800: #750A74;
--black-900: #4B074A;
--black-950: #2F042E;
}