Black
#310224
PinkColor Codes
All color formats for development
HEX
#310224RGB
rgb(49, 2, 36)HSL
hsl(317, 92%, 10%)OKLCH
oklch(0.214 0.087 341.9)CMYK
cmyk(0%, 96%, 27%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0220
2#27021D
3#220119
4#1D0115
5#180112
6#14010E
7#0F010B
8#0A0007
9#050004
Tints
Lighter variations
1#5D0444
2#890664
3#B50884
4#E109A4
5#F623BA
6#F84FC8
7#F97BD6
8#FBA7E3
9#FDD3F1
Tones
Muted variations
1#2F0423
2#2C0722
3#2A0921
4#280B20
5#250E1F
6#23101E
7#21121D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EDC | BordersInactive statesPlaceholder text |
| 400 | F854 #F854C9 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623BA | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7099D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB077D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0339 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FA;
--black-100: #FEDDF4;
--black-200: #FCBFEB;
--black-300: #FA8EDC;
--black-400: #F854C9;
--black-500: #F623BA;
--black-600: #D7099D;
--black-700: #AB077D;
--black-800: #7A0559;
--black-900: #4E0339;
--black-950: #310224;
}