Black
#310220
PinkColor Codes
All color formats for development
HEX
#310220RGB
rgb(49, 2, 32)HSL
hsl(322, 92%, 10%)OKLCH
oklch(0.211 0.084 346.7)CMYK
cmyk(0%, 96%, 35%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021D
2#270219
3#220116
4#1D0113
5#180110
6#14010D
7#0F010A
8#0A0006
9#050003
Tints
Lighter variations
1#5D043C
2#890659
3#B50875
4#E10992
5#F623A8
6#F84FBA
7#F97BCB
8#FBA7DC
9#FDD3EE
Tones
Muted variations
1#2F041F
2#2C071F
3#2A091E
4#280B1D
5#250E1D
6#23101C
7#21121B
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ED3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854BC | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7098C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB076F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A054F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0333 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F9;
--black-100: #FEDDF2;
--black-200: #FCBFE6;
--black-300: #FA8ED3;
--black-400: #F854BC;
--black-500: #F623A8;
--black-600: #D7098C;
--black-700: #AB076F;
--black-800: #7A054F;
--black-900: #4E0333;
--black-950: #310220;
}