Black
#310223
PinkColor Codes
All color formats for development
HEX
#310223RGB
rgb(49, 2, 35)HSL
hsl(318, 92%, 10%)OKLCH
oklch(0.213 0.086 343.1)CMYK
cmyk(0%, 96%, 29%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021F
2#27021C
3#220118
4#1D0115
5#180111
6#14010E
7#0F010A
8#0A0007
9#050003
Tints
Lighter variations
1#5D0442
2#890662
3#B50881
4#E109A0
5#F623B6
6#F84FC5
7#F97BD3
8#FBA7E2
9#FDD3F0
Tones
Muted variations
1#2F0422
2#2C0721
3#2A0920
4#280B1F
5#250E1E
6#23101D
7#21121C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EDA | BordersInactive statesPlaceholder text |
| 400 | F854 #F854C7 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB077A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0338 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FA;
--black-100: #FEDDF4;
--black-200: #FCBFEA;
--black-300: #FA8EDA;
--black-400: #F854C7;
--black-500: #F623B6;
--black-600: #D70999;
--black-700: #AB077A;
--black-800: #7A0557;
--black-900: #4E0338;
--black-950: #310223;
}