Black
#31020F
PinkColor Codes
All color formats for development
HEX
#31020FRGB
rgb(49, 2, 15)HSL
hsl(343, 92%, 10%)OKLCH
oklch(0.204 0.076 9.7)CMYK
cmyk(0%, 96%, 69%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C020E
2#27020C
3#22010B
4#1D0109
5#180108
6#140106
7#0F0105
8#0A0003
9#050002
Tints
Lighter variations
1#5D041D
2#89062B
3#B50839
4#E10947
5#F6235F
6#F84F7F
7#F97B9F
8#FBA7BF
9#FDD3DF
Tones
Muted variations
1#2F0410
2#2C0711
3#2A0912
4#280B13
5#250E14
6#231015
7#211216
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EAD | BordersInactive statesPlaceholder text |
| 400 | F854 #F85482 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6235F | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70943 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0736 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0526 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0319 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F4;
--black-100: #FEDDE6;
--black-200: #FCBFD1;
--black-300: #FA8EAD;
--black-400: #F85482;
--black-500: #F6235F;
--black-600: #D70943;
--black-700: #AB0736;
--black-800: #7A0526;
--black-900: #4E0319;
--black-950: #31020F;
}