Black
#2F0407
RedColor Codes
All color formats for development
HEX
#2F0407RGB
rgb(47, 4, 7)HSL
hsl(356, 84%, 10%)OKLCH
oklch(0.201 0.07 21.7)CMYK
cmyk(0%, 91%, 85%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0406
2#260306
3#210305
4#1C0204
5#170203
6#130203
7#0E0102
8#090101
9#050001
Tints
Lighter variations
1#59080D
2#830B13
3#AE0F1A
4#D81320
5#ED2C39
6#F05660
7#F48088
8#F8ABB0
9#FBD5D7
Tones
Muted variations
1#2D0609
2#2B080B
3#280B0D
4#260D0E
5#240F10
6#221112
7#201314
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F6939A | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B65 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C39 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE121F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F2;
--black-100: #FCDEE0;
--black-200: #FAC2C6;
--black-300: #F6939A;
--black-400: #F15B65;
--black-500: #ED2C39;
--black-600: #CE121F;
--black-700: #A40E18;
--black-800: #750A11;
--black-900: #4B070B;
--black-950: #2F0407;
}