Black
#070033
BlueColor Codes
All color formats for development
HEX
#070033RGB
rgb(7, 0, 51)HSL
hsl(248, 100%, 10%)OKLCH
oklch(0.154 0.096 276)CMYK
cmyk(86%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06002E
2#050029
3#050024
4#04001F
5#03001A
6#030014
7#02000F
8#01000A
9#010005
Tints
Lighter variations
1#0D0061
2#13008F
3#1900BD
4#1F00EB
5#381AFF
6#6047FF
7#8875FF
8#AFA3FF
9#D7D1FF
Tones
Muted variations
1#090330
2#0B052E
3#0C082B
4#0E0A29
5#100D26
6#120F24
7#141221
8#16141F
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FF;
--black-100: #E0DBFF;
--black-200: #C6BDFF;
--black-300: #998AFF;
--black-400: #644DFF;
--black-500: #381AFF;
--black-600: #1E00E0;
--black-700: #1800B3;
--black-800: #110080;
--black-900: #0B0052;
--black-950: #070033;
}