Black
#28062D
PinkColor Codes
All color formats for development
HEX
#28062DRGB
rgb(40, 6, 45)HSL
hsl(292, 76%, 10%)OKLCH
oklch(0.208 0.081 322.3)CMYK
cmyk(11%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240628
2#200524
3#1C041F
4#18041B
5#140316
6#100212
7#0C020D
8#080109
9#040104
Tints
Lighter variations
1#4B0C55
2#6F117E
3#9317A6
4#B71CCE
5#CC35E3
6#D65DE9
7#E186EE
8#EBAEF4
9#F5D7F9
Tones
Muted variations
1#26082B
2#250A29
3#230C27
4#220E25
5#211023
6#1F1221
7#1E141F
8#1C161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C5 #F0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E598 #E598F1 | BordersInactive statesPlaceholder text |
| 400 | D762 #D762EA | Disabled statesSecondary iconsMuted text |
| 500 | CC35 #CC35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF1B #AF1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B15 #8B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630F #630F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 400A #400A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF2FD;
--black-100: #F7E0FB;
--black-200: #F0C5F7;
--black-300: #E598F1;
--black-400: #D762EA;
--black-500: #CC35E3;
--black-600: #AF1BC5;
--black-700: #8B159D;
--black-800: #630F70;
--black-900: #400A48;
--black-950: #28062D;
}