Black
#2F0410
PinkColor Codes
All color formats for development
HEX
#2F0410RGB
rgb(47, 4, 16)HSL
hsl(343, 84%, 10%)OKLCH
oklch(0.203 0.071 8.7)CMYK
cmyk(0%, 91%, 66%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A040F
2#26030D
3#21030B
4#1C020A
5#170208
6#130206
7#0E0105
8#090103
9#050002
Tints
Lighter variations
1#59081F
2#830B2D
3#AE0F3C
4#D8134B
5#ED2C62
6#F05682
7#F480A1
8#F8ABC0
9#FBD5E0
Tones
Muted variations
1#2D0611
2#2B0812
3#280B13
4#260D14
5#240F15
6#221116
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 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693AF | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B85 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C62 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1247 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F5;
--black-100: #FCDEE7;
--black-200: #FAC2D2;
--black-300: #F693AF;
--black-400: #F15B85;
--black-500: #ED2C62;
--black-600: #CE1247;
--black-700: #A40E39;
--black-800: #750A29;
--black-900: #4B071A;
--black-950: #2F0410;
}