Black
#300313
PinkColor Codes
All color formats for development
HEX
#300313RGB
rgb(48, 3, 19)HSL
hsl(339, 88%, 10%)OKLCH
oklch(0.205 0.074 4.2)CMYK
cmyk(0%, 94%, 60%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0311
2#26020F
3#22020D
4#1D020B
5#180209
6#130108
7#0E0106
8#0A0104
9#050002
Tints
Lighter variations
1#5B0624
2#860935
3#B10B45
4#DD0E56
5#F1276E
6#F4528B
7#F77EA8
8#F9A9C5
9#FCD4E2
Tones
Muted variations
1#2E0513
2#2B0814
3#290A15
4#270C15
5#250E16
6#221117
7#201317
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4578E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1276E | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F5;
--black-100: #FDDDE8;
--black-200: #FBC1D5;
--black-300: #F891B5;
--black-400: #F4578E;
--black-500: #F1276E;
--black-600: #D30D53;
--black-700: #A80B42;
--black-800: #78082F;
--black-900: #4D051E;
--black-950: #300313;
}