Black
#2D060F
RedColor Codes
All color formats for development
HEX
#2D060FRGB
rgb(45, 6, 15)HSL
hsl(346, 76%, 10%)OKLCH
oklch(0.202 0.064 11)CMYK
cmyk(0%, 87%, 67%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060E
2#24050C
3#1F040B
4#1B0409
5#160308
6#120206
7#0D0205
8#090103
9#040102
Tints
Lighter variations
1#550C1D
2#7E112A
3#A61738
4#CE1C46
5#E3355E
6#E95D7E
7#EE869E
8#F4AEBE
9#F9D7DF
Tones
Muted variations
1#2B0810
2#290A11
3#270C12
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 #FBE0E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198AD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6282 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3355E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B43 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1535 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A18 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F4;
--black-100: #FBE0E6;
--black-200: #F7C5D0;
--black-300: #F198AD;
--black-400: #EA6282;
--black-500: #E3355E;
--black-600: #C51B43;
--black-700: #9D1535;
--black-800: #700F26;
--black-900: #480A18;
--black-950: #2D060F;
}