Black
#310219
PinkColor Codes
All color formats for development
HEX
#310219RGB
rgb(49, 2, 25)HSL
hsl(331, 92%, 10%)OKLCH
oklch(0.208 0.08 355.9)CMYK
cmyk(0%, 96%, 49%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0216
2#270214
3#220111
4#1D010F
5#18010C
6#14010A
7#0F0107
8#0A0005
9#050002
Tints
Lighter variations
1#5D042F
2#890645
3#B5085B
4#E10972
5#F62389
6#F84FA0
7#F97BB8
8#FBA7D0
9#FDD3E7
Tones
Muted variations
1#2F0419
2#2C0719
3#2A0919
4#280B19
5#250E19
6#231019
7#211219
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EC3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854A3 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62389 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7096D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0757 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A053E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0328 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310219 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F7;
--black-100: #FEDDED;
--black-200: #FCBFDD;
--black-300: #FA8EC3;
--black-400: #F854A3;
--black-500: #F62389;
--black-600: #D7096D;
--black-700: #AB0757;
--black-800: #7A053E;
--black-900: #4E0328;
--black-950: #310219;
}