Black
#2D0F06
RedColor Codes
All color formats for development
HEX
#2D0F06RGB
rgb(45, 15, 6)HSL
hsl(14, 76%, 10%)OKLCH
oklch(0.215 0.053 38.1)CMYK
cmyk(0%, 67%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280E06
2#240C05
3#1F0B04
4#1B0904
5#160803
6#120602
7#0D0502
8#090301
9#040201
Tints
Lighter variations
1#551D0C
2#7E2A11
3#A63817
4#CE461C
5#E35E35
6#E97E5D
7#EE9E86
8#F4BEAE
9#F9DFD7
Tones
Muted variations
1#2B1008
2#29110A
3#27120C
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 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AD #F1AD98 | BordersInactive statesPlaceholder text |
| 400 | EA82 #EA8262 | Disabled statesSecondary iconsMuted text |
| 500 | E35E #E35E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C543 #C5431B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D35 #9D3515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7026 #70260F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4818 #48180A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0F #2D0F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF4F2;
--black-100: #FBE6E0;
--black-200: #F7D0C5;
--black-300: #F1AD98;
--black-400: #EA8262;
--black-500: #E35E35;
--black-600: #C5431B;
--black-700: #9D3515;
--black-800: #70260F;
--black-900: #48180A;
--black-950: #2D0F06;
}