Black
#23062D
PinkColor Codes
All color formats for development
HEX
#23062DRGB
rgb(35, 6, 45)HSL
hsl(285, 76%, 10%)OKLCH
oklch(0.199 0.079 316.1)CMYK
cmyk(22%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200628
2#1C0524
3#19041F
4#15041B
5#120316
6#0E0212
7#0B020D
8#070109
9#040104
Tints
Lighter variations
1#430C55
2#63117E
3#8217A6
4#A21CCE
5#B835E3
6#C65DE9
7#D486EE
8#E3AEF4
9#F1D7F9
Tones
Muted variations
1#22082B
2#210A29
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 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB98 #DB98F1 | BordersInactive statesPlaceholder text |
| 400 | C862 #C862EA | Disabled statesSecondary iconsMuted text |
| 500 | B835 #B835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1B #9B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B15 #7B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580F #580F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F4E0FB;
--black-200: #EAC5F7;
--black-300: #DB98F1;
--black-400: #C862EA;
--black-500: #B835E3;
--black-600: #9B1BC5;
--black-700: #7B159D;
--black-800: #580F70;
--black-900: #380A48;
--black-950: #23062D;
}