Black
#310215
PinkColor Codes
All color formats for development
HEX
#310215RGB
rgb(49, 2, 21)HSL
hsl(336, 92%, 10%)OKLCH
oklch(0.206 0.078 1.4)CMYK
cmyk(0%, 96%, 57%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0213
2#270211
3#22010F
4#1D010C
5#18010A
6#140108
7#0F0106
8#0A0004
9#050002
Tints
Lighter variations
1#5D0428
2#89063A
3#B5084D
4#E10960
5#F62377
6#F84F92
7#F97BAD
8#FBA7C9
9#FDD3E4
Tones
Muted variations
1#2F0415
2#2C0716
3#2A0916
4#280B17
5#250E17
6#231018
7#211218
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EBA | BordersInactive statesPlaceholder text |
| 400 | F854 #F85495 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62377 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7095C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0749 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0534 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0321 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310215 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F6;
--black-100: #FEDDEA;
--black-200: #FCBFD8;
--black-300: #FA8EBA;
--black-400: #F85495;
--black-500: #F62377;
--black-600: #D7095C;
--black-700: #AB0749;
--black-800: #7A0534;
--black-900: #4E0321;
--black-950: #310215;
}