Black
#2D060E
RedColor Codes
All color formats for development
HEX
#2D060ERGB
rgb(45, 6, 14)HSL
hsl(348, 76%, 10%)OKLCH
oklch(0.201 0.064 12.6)CMYK
cmyk(0%, 87%, 69%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060C
2#24050B
3#1F040A
4#1B0408
5#160307
6#120206
7#0D0204
8#090103
9#040101
Tints
Lighter variations
1#550C1A
2#7E1127
3#A61733
4#CE1C40
5#E33558
6#E95D79
7#EE869B
8#F4AEBC
9#F9D7DE
Tones
Muted variations
1#2B080F
2#290A10
3#270C11
4#250E13
5#231014
6#211215
7#1F1416
8#1D1617
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198AA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA627D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33558 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1531 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A16 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F4;
--black-100: #FBE0E5;
--black-200: #F7C5CF;
--black-300: #F198AA;
--black-400: #EA627D;
--black-500: #E33558;
--black-600: #C51B3D;
--black-700: #9D1531;
--black-800: #700F23;
--black-900: #480A16;
--black-950: #2D060E;
}