Black
#2D060C
RedColor Codes
All color formats for development
HEX
#2D060CRGB
rgb(45, 6, 12)HSL
hsl(351, 76%, 10%)OKLCH
oklch(0.201 0.064 15.8)CMYK
cmyk(0%, 87%, 73%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060B
2#24050A
3#1F0408
4#1B0407
5#160306
6#120205
7#0D0204
8#090102
9#040101
Tints
Lighter variations
1#550C17
2#7E1121
3#A6172C
4#CE1C37
5#E3354F
6#E95D72
7#EE8696
8#F4AEB9
9#F9D7DC
Tones
Muted variations
1#2B080D
2#290A0F
3#270C10
4#250E11
5#231013
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 #FBE0E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6276 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3354F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B35 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A13 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F3;
--black-100: #FBE0E4;
--black-200: #F7C5CC;
--black-300: #F198A5;
--black-400: #EA6276;
--black-500: #E3354F;
--black-600: #C51B35;
--black-700: #9D152A;
--black-800: #700F1E;
--black-900: #480A13;
--black-950: #2D060C;
}