Black
#2F040A
RedColor Codes
All color formats for development
HEX
#2F040ARGB
rgb(47, 4, 10)HSL
hsl(352, 84%, 10%)OKLCH
oklch(0.201 0.07 17.4)CMYK
cmyk(0%, 91%, 79%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0409
2#260308
3#210307
4#1C0206
5#170205
6#130204
7#0E0103
8#090102
9#050001
Tints
Lighter variations
1#590813
2#830B1B
3#AE0F24
4#D8132D
5#ED2C46
6#F0566B
7#F48090
8#F8ABB5
9#FBD5DA
Tones
Muted variations
1#2D060B
2#2B080D
3#280B0F
4#260D10
5#240F12
6#221113
7#201315
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693A0 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B6F | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C46 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE122B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0710 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F3;
--black-100: #FCDEE2;
--black-200: #FAC2C9;
--black-300: #F693A0;
--black-400: #F15B6F;
--black-500: #ED2C46;
--black-600: #CE122B;
--black-700: #A40E22;
--black-800: #750A18;
--black-900: #4B0710;
--black-950: #2F040A;
}