Black
#310225
PinkColor Codes
All color formats for development
HEX
#310225RGB
rgb(49, 2, 37)HSL
hsl(315, 92%, 10%)OKLCH
oklch(0.214 0.087 340.7)CMYK
cmyk(0%, 96%, 24%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0222
2#27021E
3#22011A
4#1D0116
5#180113
6#14010F
7#0F010B
8#0A0007
9#050004
Tints
Lighter variations
1#5D0447
2#890668
3#B5088A
4#E109AB
5#F623C1
6#F84FCD
7#F97BDA
8#FBA7E6
9#FDD3F3
Tones
Muted variations
1#2F0424
2#2C0723
3#2A0922
4#280B21
5#250E1F
6#23101E
7#21121D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFED | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EDF | BordersInactive statesPlaceholder text |
| 400 | F854 #F854CF | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A055D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E033C | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FB;
--black-100: #FEDDF5;
--black-200: #FCBFED;
--black-300: #FA8EDF;
--black-400: #F854CF;
--black-500: #F623C1;
--black-600: #D709A4;
--black-700: #AB0782;
--black-800: #7A055D;
--black-900: #4E033C;
--black-950: #310225;
}