Black
#2D060D
RedColor Codes
All color formats for development
HEX
#2D060DRGB
rgb(45, 6, 13)HSL
hsl(349, 76%, 10%)OKLCH
oklch(0.201 0.064 14.2)CMYK
cmyk(0%, 87%, 71%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060C
2#24050B
3#1F0409
4#1B0408
5#160307
6#120205
7#0D0204
8#090103
9#040101
Tints
Lighter variations
1#550C19
2#7E1125
3#A61731
4#CE1C3D
5#E33555
6#E95D77
7#EE8699
8#F4AEBB
9#F9D7DD
Tones
Muted variations
1#2B080E
2#290A10
3#270C11
4#250E12
5#231013
6#211215
7#1F1416
8#1D1617
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA627B | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33555 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A15 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F4;
--black-100: #FBE0E5;
--black-200: #F7C5CE;
--black-300: #F198A8;
--black-400: #EA627B;
--black-500: #E33555;
--black-600: #C51B3A;
--black-700: #9D152E;
--black-800: #700F21;
--black-900: #480A15;
--black-950: #2D060D;
}