Black
#2F040F
RedColor Codes
All color formats for development
HEX
#2F040FRGB
rgb(47, 4, 15)HSL
hsl(345, 84%, 10%)OKLCH
oklch(0.203 0.07 10.2)CMYK
cmyk(0%, 91%, 68%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A040D
2#26030C
3#21030A
4#1C0209
5#170207
6#130206
7#0E0104
8#090103
9#050001
Tints
Lighter variations
1#59081C
2#830B29
3#AE0F37
4#D81344
5#ED2C5C
6#F0567D
7#F4809D
8#F8ABBE
9#FBD5DE
Tones
Muted variations
1#2D0610
2#2B0811
3#280B12
4#260D13
5#240F14
6#221115
7#201316
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693AC | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B80 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C5C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1241 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0718 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F4;
--black-100: #FCDEE6;
--black-200: #FAC2D0;
--black-300: #F693AC;
--black-400: #F15B80;
--black-500: #ED2C5C;
--black-600: #CE1241;
--black-700: #A40E34;
--black-800: #750A25;
--black-900: #4B0718;
--black-950: #2F040F;
}