Black
#310210
PinkColor Codes
All color formats for development
HEX
#310210RGB
rgb(49, 2, 16)HSL
hsl(342, 92%, 10%)OKLCH
oklch(0.204 0.077 8.3)CMYK
cmyk(0%, 96%, 67%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C020F
2#27020D
3#22010B
4#1D010A
5#180108
6#140106
7#0F0105
8#0A0003
9#050002
Tints
Lighter variations
1#5D041F
2#89062D
3#B5083C
4#E1094A
5#F62362
6#F84F81
7#F97BA1
8#FBA7C0
9#FDD3E0
Tones
Muted variations
1#2F0411
2#2C0712
3#2A0913
4#280B14
5#250E15
6#231016
7#211217
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EAF | BordersInactive statesPlaceholder text |
| 400 | F854 #F85485 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62362 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0738 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310210 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F5;
--black-100: #FEDDE7;
--black-200: #FCBFD2;
--black-300: #FA8EAF;
--black-400: #F85485;
--black-500: #F62362;
--black-600: #D70947;
--black-700: #AB0738;
--black-800: #7A0528;
--black-900: #4E031A;
--black-950: #310210;
}