Black
#32010C
RedColor Codes
All color formats for development
HEX
#32010CRGB
rgb(50, 1, 12)HSL
hsl(347, 96%, 10%)OKLCH
oklch(0.204 0.079 13.3)CMYK
cmyk(0%, 98%, 76%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D010A
2#280109
3#230108
4#1E0107
5#190106
6#140005
7#0F0003
8#0A0002
9#050001
Tints
Lighter variations
1#5F0216
2#8C0321
3#B9042B
4#E60535
5#FA1E4E
6#FB4B71
7#FC7895
8#FDA5B8
9#FED2DC
Tones
Muted variations
1#30030D
2#2D060E
3#2B0810
4#280B11
5#260D13
6#231014
7#211215
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECC | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CA4 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5075 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E4E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0433 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0429 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D031D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500213 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F3;
--black-100: #FEDCE3;
--black-200: #FEBECC;
--black-300: #FD8CA4;
--black-400: #FB5075;
--black-500: #FA1E4E;
--black-600: #DC0433;
--black-700: #AF0429;
--black-800: #7D031D;
--black-900: #500213;
--black-950: #32010C;
}