Black
#070330
BlueColor Codes
All color formats for development
HEX
#070330RGB
rgb(7, 3, 48)HSL
hsl(245, 88%, 10%)OKLCH
oklch(0.157 0.086 275.8)CMYK
cmyk(85%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06032B
2#050226
3#050222
4#04021D
5#030218
6#030113
7#02010E
8#01010A
9#010005
Tints
Lighter variations
1#0D065B
2#130986
3#190BB1
4#1F0EDD
5#3827F1
6#6052F4
7#887EF7
8#AFA9F9
9#D7D4FC
Tones
Muted variations
1#09052E
2#0B082B
3#0C0A29
4#0E0C27
5#100E25
6#121122
7#141320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E0DDFD;
--black-200: #C6C1FB;
--black-300: #9991F8;
--black-400: #6457F4;
--black-500: #3827F1;
--black-600: #1E0DD3;
--black-700: #180BA8;
--black-800: #110878;
--black-900: #0B054D;
--black-950: #070330;
}