Black
#310216
PinkColor Codes
All color formats for development
HEX
#310216RGB
rgb(49, 2, 22)HSL
hsl(334, 92%, 10%)OKLCH
oklch(0.206 0.078 360)CMYK
cmyk(0%, 96%, 55%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0214
2#270212
3#220110
4#1D010D
5#18010B
6#140109
7#0F0107
8#0A0004
9#050002
Tints
Lighter variations
1#5D042B
2#89063F
3#B50853
4#E10967
5#F6237E
6#F84F98
7#F97BB2
8#FBA7CB
9#FDD3E5
Tones
Muted variations
1#2F0417
2#2C0717
3#2A0917
4#280B18
5#250E18
6#231018
7#211219
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 #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EBD | BordersInactive statesPlaceholder text |
| 400 | F854 #F8549B | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6237E | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB074E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0538 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0324 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F6;
--black-100: #FEDDEB;
--black-200: #FCBFDA;
--black-300: #FA8EBD;
--black-400: #F8549B;
--black-500: #F6237E;
--black-600: #D70962;
--black-700: #AB074E;
--black-800: #7A0538;
--black-900: #4E0324;
--black-950: #310216;
}