Black
#2D060B
RedColor Codes
All color formats for development
HEX
#2D060BRGB
rgb(45, 6, 11)HSL
hsl(352, 76%, 10%)OKLCH
oklch(0.2 0.064 17.4)CMYK
cmyk(0%, 87%, 76%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060A
2#240509
3#1F0408
4#1B0407
5#160306
6#120205
7#0D0203
8#090102
9#040101
Tints
Lighter variations
1#550C15
2#7E1120
3#A6172A
4#CE1C34
5#E3354C
6#E95D70
7#EE8694
8#F4AEB8
9#F9D7DB
Tones
Muted variations
1#2B080D
2#290A0E
3#270C10
4#250E11
5#231012
6#211214
7#1F1415
8#1D1617
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6274 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3354C | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1528 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A12 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F3;
--black-100: #FBE0E3;
--black-200: #F7C5CB;
--black-300: #F198A4;
--black-400: #EA6274;
--black-500: #E3354C;
--black-600: #C51B32;
--black-700: #9D1528;
--black-800: #700F1C;
--black-900: #480A12;
--black-950: #2D060B;
}