Black
#23072C
PinkColor Codes
All color formats for development
HEX
#23072CRGB
rgb(35, 7, 44)HSL
hsl(285, 73%, 10%)OKLCH
oklch(0.2 0.075 316.8)CMYK
cmyk(20%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0628
2#1C0623
3#18051F
4#15041A
5#110316
6#0E0312
7#0A020D
8#070109
9#030104
Tints
Lighter variations
1#420D54
2#61137C
3#8119A3
4#A020CB
5#B638E0
6#C560E6
7#D388EC
8#E2B0F3
9#F0D7F9
Tones
Muted variations
1#22092A
2#210B28
3#200C27
4#1F0E25
5#1E1023
6#1D1221
7#1C141F
8#1B161D
9#1A181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC6 #EAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA9A #DA9AEF | BordersInactive statesPlaceholder text |
| 400 | C665 #C665E7 | Disabled statesSecondary iconsMuted text |
| 500 | B638 #B638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991E #991EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A18 #7A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5711 #57116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F4E0FA;
--black-200: #EAC6F6;
--black-300: #DA9AEF;
--black-400: #C665E7;
--black-500: #B638E0;
--black-600: #991EC2;
--black-700: #7A189A;
--black-800: #57116E;
--black-900: #380B47;
--black-950: #23072C;
}