Black
#2D0607
RedColor Codes
All color formats for development
HEX
#2D0607RGB
rgb(45, 6, 7)HSL
hsl(358, 76%, 10%)OKLCH
oklch(0.199 0.064 23.6)CMYK
cmyk(0%, 87%, 84%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280607
2#240506
3#1F0405
4#1B0404
5#160304
6#120203
7#0D0202
8#090101
9#040101
Tints
Lighter variations
1#550C0E
2#7E1115
3#A6171B
4#CE1C22
5#E3353B
6#E95D62
7#EE8689
8#F4AEB1
9#F9D7D8
Tones
Muted variations
1#2B0809
2#290A0B
3#270C0D
4#250E0F
5#231010
6#211212
7#1F1414
8#1D1616
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F1989B | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6266 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3353B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B21 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D151A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F2;
--black-100: #FBE0E0;
--black-200: #F7C5C6;
--black-300: #F1989B;
--black-400: #EA6266;
--black-500: #E3353B;
--black-600: #C51B21;
--black-700: #9D151A;
--black-800: #700F13;
--black-900: #480A0C;
--black-950: #2D0607;
}