Black
#2D0610
RedColor Codes
All color formats for development
HEX
#2D0610RGB
rgb(45, 6, 16)HSL
hsl(345, 76%, 10%)OKLCH
oklch(0.202 0.064 9.3)CMYK
cmyk(0%, 87%, 64%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060E
2#24050D
3#1F040B
4#1B0409
5#160308
6#120206
7#0D0205
8#090103
9#040102
Tints
Lighter variations
1#550C1E
2#7E112C
3#A6173A
4#CE1C49
5#E33561
6#E95D80
7#EE86A0
8#F4AEC0
9#F9D7DF
Tones
Muted variations
1#2B0811
2#290A12
3#270C13
4#250E14
5#231015
6#211216
7#1F1417
8#1D1618
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198AE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6284 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33561 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1537 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A19 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0610 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F4;
--black-100: #FBE0E6;
--black-200: #F7C5D1;
--black-300: #F198AE;
--black-400: #EA6284;
--black-500: #E33561;
--black-600: #C51B46;
--black-700: #9D1537;
--black-800: #700F28;
--black-900: #480A19;
--black-950: #2D0610;
}