Black
#14042F
PurpleColor Codes
All color formats for development
HEX
#14042FRGB
rgb(20, 4, 47)HSL
hsl(262, 84%, 10%)OKLCH
oklch(0.174 0.081 294.1)CMYK
cmyk(57%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12042A
2#100326
3#0E0321
4#0C021C
5#0A0217
6#080213
7#06010E
8#040109
9#020005
Tints
Lighter variations
1#260859
2#370B83
3#490FAE
4#5B13D8
5#732CED
6#8F56F0
7#AB80F4
8#C7ABF8
9#E3D5FB
Tones
Muted variations
1#14062D
2#15082B
3#160B28
4#160D26
5#170F24
6#171122
7#181320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B793 #B793F6 | BordersInactive statesPlaceholder text |
| 400 | 925B #925BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 732C #732CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5712 #5712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450E #450EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FE;
--black-100: #E9DEFC;
--black-200: #D6C2FA;
--black-300: #B793F6;
--black-400: #925BF1;
--black-500: #732CED;
--black-600: #5712CE;
--black-700: #450EA4;
--black-800: #310A75;
--black-900: #20074B;
--black-950: #14042F;
}