Black
#10062D
PurpleColor Codes
All color formats for development
HEX
#10062DRGB
rgb(16, 6, 45)HSL
hsl(255, 76%, 10%)OKLCH
oklch(0.171 0.074 288.1)CMYK
cmyk(64%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0628
2#0D0524
3#0B041F
4#09041B
5#080316
6#060212
7#05020D
8#030109
9#020104
Tints
Lighter variations
1#1E0C55
2#2C117E
3#3A17A6
4#491CCE
5#6135E3
6#805DE9
7#A086EE
8#C0AEF4
9#DFD7F9
Tones
Muted variations
1#11082B
2#120A29
3#130C27
4#140E25
5#151023
6#161221
7#17141F
8#18161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F2FD;
--black-100: #E6E0FB;
--black-200: #D1C5F7;
--black-300: #AE98F1;
--black-400: #8462EA;
--black-500: #6135E3;
--black-600: #461BC5;
--black-700: #37159D;
--black-800: #280F70;
--black-900: #190A48;
--black-950: #10062D;
}