Black
#31022E
PinkColor Codes
All color formats for development
HEX
#31022ERGB
rgb(49, 2, 46)HSL
hsl(304, 92%, 10%)OKLCH
oklch(0.22 0.095 331.1)CMYK
cmyk(0%, 96%, 6%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0229
2#270225
3#220120
4#1D011B
5#180117
6#140112
7#0F010E
8#0A0009
9#050005
Tints
Lighter variations
1#5D0457
2#890680
3#B508AA
4#E109D3
5#F623E8
6#F84FEC
7#F97BF1
8#FBA7F6
9#FDD3FA
Tones
Muted variations
1#2F042C
2#2C072A
3#2A0928
4#280B26
5#250E24
6#231022
7#211220
8#1E151E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854ED | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB07A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0349 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FD;
--black-100: #FEDDFB;
--black-200: #FCBFF8;
--black-300: #FA8EF3;
--black-400: #F854ED;
--black-500: #F623E8;
--black-600: #D709CA;
--black-700: #AB07A0;
--black-800: #7A0573;
--black-900: #4E0349;
--black-950: #31022E;
}