Black
#31022B
PinkColor Codes
All color formats for development
HEX
#31022BRGB
rgb(49, 2, 43)HSL
hsl(308, 92%, 10%)OKLCH
oklch(0.218 0.092 334.2)CMYK
cmyk(0%, 96%, 12%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0226
2#270222
3#22011E
4#1D011A
5#180115
6#140111
7#0F010D
8#0A0009
9#050004
Tints
Lighter variations
1#5D0451
2#890678
3#B5089E
4#E109C4
5#F623DA
6#F84FE1
7#F97BE9
8#FBA7F0
9#FDD3F8
Tones
Muted variations
1#2F0429
2#2C0727
3#2A0926
4#280B24
5#250E22
6#231020
7#21121F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EEC | BordersInactive statesPlaceholder text |
| 400 | F854 #F854E2 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623DA | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A056B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0344 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FD;
--black-100: #FEDDF9;
--black-200: #FCBFF4;
--black-300: #FA8EEC;
--black-400: #F854E2;
--black-500: #F623DA;
--black-600: #D709BC;
--black-700: #AB0795;
--black-800: #7A056B;
--black-900: #4E0344;
--black-950: #31022B;
}