Black
#12062D
PurpleColor Codes
All color formats for development
HEX
#12062DRGB
rgb(18, 6, 45)HSL
hsl(258, 76%, 10%)OKLCH
oklch(0.173 0.074 291.2)CMYK
cmyk(60%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100628
2#0E0524
3#0C041F
4#0B041B
5#090316
6#070212
7#05020D
8#040109
9#020104
Tints
Lighter variations
1#220C55
2#32117E
3#4217A6
4#521CCE
5#6935E3
6#875DE9
7#A586EE
8#C3AEF4
9#E1D7F9
Tones
Muted variations
1#13082B
2#130A29
3#140C27
4#150E25
5#161023
6#161221
7#17141F
8#18161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F2FD;
--black-100: #E8E0FB;
--black-200: #D4C5F7;
--black-300: #B398F1;
--black-400: #8B62EA;
--black-500: #6935E3;
--black-600: #4E1BC5;
--black-700: #3E159D;
--black-800: #2C0F70;
--black-900: #1C0A48;
--black-950: #12062D;
}