Black
#2D0D06
RedColor Codes
All color formats for development
HEX
#2D0D06RGB
rgb(45, 13, 6)HSL
hsl(11, 76%, 10%)OKLCH
oklch(0.211 0.055 34.7)CMYK
cmyk(0%, 71%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280C06
2#240B05
3#1F0904
4#1B0804
5#160703
6#120502
7#0D0402
8#090301
9#040101
Tints
Lighter variations
1#55190C
2#7E2511
3#A63117
4#CE3D1C
5#E35535
6#E9775D
7#EE9986
8#F4BBAE
9#F9DDD7
Tones
Muted variations
1#2B0E08
2#29100A
3#27110C
4#25120E
5#231310
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 | F7CE #F7CEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A8 #F1A898 | BordersInactive statesPlaceholder text |
| 400 | EA7B #EA7B62 | Disabled statesSecondary iconsMuted text |
| 500 | E355 #E35535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53A #C53A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2E #9D2E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7021 #70210F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4815 #48150A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF4F2;
--black-100: #FBE5E0;
--black-200: #F7CEC5;
--black-300: #F1A898;
--black-400: #EA7B62;
--black-500: #E35535;
--black-600: #C53A1B;
--black-700: #9D2E15;
--black-800: #70210F;
--black-900: #48150A;
--black-950: #2D0D06;
}