Black
#2D0606
RedColor Codes
All color formats for development
HEX
#2D0606RGB
rgb(45, 6, 6)HSL
hsl(0, 76%, 10%)OKLCH
oklch(0.199 0.064 25.2)CMYK
cmyk(0%, 87%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280606
2#240505
3#1F0404
4#1B0404
5#160303
6#120202
7#0D0202
8#090101
9#040101
Tints
Lighter variations
1#550C0C
2#7E1111
3#A61717
4#CE1C1C
5#E33535
6#E95D5D
7#EE8686
8#F4AEAE
9#F9D7D7
Tones
Muted variations
1#2B0808
2#290A0A
3#270C0C
4#250E0E
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 #F7C5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F19898 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6262 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F2;
--black-100: #FBE0E0;
--black-200: #F7C5C5;
--black-300: #F19898;
--black-400: #EA6262;
--black-500: #E33535;
--black-600: #C51B1B;
--black-700: #9D1515;
--black-800: #700F0F;
--black-900: #480A0A;
--black-950: #2D0606;
}