Black
#2F040E
RedColor Codes
All color formats for development
HEX
#2F040ERGB
rgb(47, 4, 14)HSL
hsl(346, 84%, 10%)OKLCH
oklch(0.202 0.07 11.7)CMYK
cmyk(0%, 91%, 70%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A040D
2#26030B
3#21030A
4#1C0208
5#170207
6#130206
7#0E0104
8#090103
9#050001
Tints
Lighter variations
1#59081B
2#830B27
3#AE0F34
4#D81341
5#ED2C59
6#F0567A
7#F4809B
8#F8ABBD
9#FBD5DE
Tones
Muted variations
1#2D060F
2#2B0810
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 #FCDEE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693AA | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B7E | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C59 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE123E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0717 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F4;
--black-100: #FCDEE5;
--black-200: #FAC2CF;
--black-300: #F693AA;
--black-400: #F15B7E;
--black-500: #ED2C59;
--black-600: #CE123E;
--black-700: #A40E31;
--black-800: #750A23;
--black-900: #4B0717;
--black-950: #2F040E;
}