Black
#2C0E07
RedColor Codes
All color formats for development
HEX
#2C0E07RGB
rgb(44, 14, 7)HSL
hsl(11, 73%, 10%)OKLCH
oklch(0.211 0.052 34.9)CMYK
cmyk(0%, 68%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280C06
2#230B06
3#1F0A05
4#1A0804
5#160703
6#120503
7#0D0402
8#090301
9#040101
Tints
Lighter variations
1#541A0D
2#7C2613
3#A33319
4#CB3F20
5#E05738
6#E67960
7#EC9A88
8#F3BCB0
9#F9DDD7
Tones
Muted variations
1#2A0F09
2#28100B
3#27110C
4#25120E
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 | FAE5 #FAE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CF #F6CFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA9 #EFA99A | BordersInactive statesPlaceholder text |
| 400 | E77C #E77C65 | Disabled statesSecondary iconsMuted text |
| 500 | E057 #E05738 | Primary brand colorCTAsActive elementsLinks |
| 600 | C23C #C23C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A30 #9A3018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E22 #6E2211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4716 #47160B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0E #2C0E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF4F2;
--black-100: #FAE5E0;
--black-200: #F6CFC6;
--black-300: #EFA99A;
--black-400: #E77C65;
--black-500: #E05738;
--black-600: #C23C1E;
--black-700: #9A3018;
--black-800: #6E2211;
--black-900: #47160B;
--black-950: #2C0E07;
}