Black
#2D060A
RedColor Codes
All color formats for development
HEX
#2D060ARGB
rgb(45, 6, 10)HSL
hsl(354, 76%, 10%)OKLCH
oklch(0.2 0.064 18.9)CMYK
cmyk(0%, 87%, 78%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280609
2#240508
3#1F0407
4#1B0406
5#160305
6#120204
7#0D0203
8#090102
9#040101
Tints
Lighter variations
1#550C13
2#7E111C
3#A61725
4#CE1C2E
5#E33546
6#E95D6B
7#EE8690
8#F4AEB5
9#F9D7DA
Tones
Muted variations
1#2B080C
2#290A0D
3#270C0F
4#250E10
5#231012
6#211213
7#1F1415
8#1D1616
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33546 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1523 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A10 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F3;
--black-100: #FBE0E2;
--black-200: #F7C5CA;
--black-300: #F198A1;
--black-400: #EA626F;
--black-500: #E33546;
--black-600: #C51B2C;
--black-700: #9D1523;
--black-800: #700F19;
--black-900: #480A10;
--black-950: #2D060A;
}