Black
#2F0411
PinkColor Codes
All color formats for development
HEX
#2F0411RGB
rgb(47, 4, 17)HSL
hsl(342, 84%, 10%)OKLCH
oklch(0.203 0.071 7.2)CMYK
cmyk(0%, 91%, 64%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A040F
2#26030E
3#21030C
4#1C020A
5#170208
6#130207
7#0E0105
8#090103
9#050002
Tints
Lighter variations
1#590820
2#830B2F
3#AE0F3F
4#D8134E
5#ED2C66
6#F05684
7#F480A3
8#F8ABC2
9#FBD5E0
Tones
Muted variations
1#2D0612
2#2B0813
3#280B14
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 #FAC2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693B1 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B88 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C66 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE124B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F5;
--black-100: #FCDEE7;
--black-200: #FAC2D3;
--black-300: #F693B1;
--black-400: #F15B88;
--black-500: #ED2C66;
--black-600: #CE124B;
--black-700: #A40E3B;
--black-800: #750A2A;
--black-900: #4B071B;
--black-950: #2F0411;
}