Black
#070132
BlueColor Codes
All color formats for development
HEX
#070132RGB
rgb(7, 1, 50)HSL
hsl(247, 96%, 10%)OKLCH
oklch(0.155 0.093 276)CMYK
cmyk(86%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06012D
2#050128
3#050123
4#04011E
5#030119
6#030014
7#02000F
8#01000A
9#010005
Tints
Lighter variations
1#0D025F
2#13038C
3#1904B9
4#1F05E6
5#381EFA
6#604BFB
7#8778FC
8#AFA5FD
9#D7D2FE
Tones
Muted variations
1#090330
2#0A062D
3#0C082B
4#0E0B28
5#100D26
6#121023
7#141221
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998C #998CFD | BordersInactive statesPlaceholder text |
| 400 | 6450 #6450FB | Disabled statesSecondary iconsMuted text |
| 500 | 381E #381EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E04 #1E04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1804 #1804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1103 #11037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B02 #0B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FF;
--black-100: #E0DCFE;
--black-200: #C5BEFE;
--black-300: #998CFD;
--black-400: #6450FB;
--black-500: #381EFA;
--black-600: #1E04DC;
--black-700: #1804AF;
--black-800: #11037D;
--black-900: #0B0250;
--black-950: #070132;
}