Black
#060033
BlueColor Codes
All color formats for development
HEX
#060033RGB
rgb(6, 0, 51)HSL
hsl(247, 100%, 10%)OKLCH
oklch(0.153 0.096 274.5)CMYK
cmyk(88%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05002E
2#050029
3#040024
4#04001F
5#03001A
6#020014
7#02000F
8#01000A
9#010005
Tints
Lighter variations
1#0B0061
2#11008F
3#1600BD
4#1B00EB
5#341AFF
6#5D47FF
7#8575FF
8#AEA3FF
9#D6D1FF
Tones
Muted variations
1#080330
2#0A052E
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 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FF;
--black-100: #DFDBFF;
--black-200: #C4BDFF;
--black-300: #978AFF;
--black-400: #614DFF;
--black-500: #341AFF;
--black-600: #1A00E0;
--black-700: #1500B3;
--black-800: #0F0080;
--black-900: #0A0052;
--black-950: #060033;
}