Black
#2D0E06
RedColor Codes
All color formats for development
HEX
#2D0E06RGB
rgb(45, 14, 6)HSL
hsl(12, 76%, 10%)OKLCH
oklch(0.213 0.054 36.4)CMYK
cmyk(0%, 69%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280C06
2#240B05
3#1F0A04
4#1B0804
5#160703
6#120602
7#0D0402
8#090301
9#040101
Tints
Lighter variations
1#551A0C
2#7E2711
3#A63317
4#CE401C
5#E35835
6#E9795D
7#EE9B86
8#F4BCAE
9#F9DED7
Tones
Muted variations
1#2B0F08
2#29100A
3#27110C
4#25130E
5#231410
6#211512
7#1F1614
8#1D1716
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CF #F7CFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AA #F1AA98 | BordersInactive statesPlaceholder text |
| 400 | EA7D #EA7D62 | Disabled statesSecondary iconsMuted text |
| 500 | E358 #E35835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53D #C53D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D31 #9D3115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7023 #70230F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4816 #48160A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF4F2;
--black-100: #FBE5E0;
--black-200: #F7CFC5;
--black-300: #F1AA98;
--black-400: #EA7D62;
--black-500: #E35835;
--black-600: #C53D1B;
--black-700: #9D3115;
--black-800: #70230F;
--black-900: #48160A;
--black-950: #2D0E06;
}