Black
#050033
BlueColor Codes
All color formats for development
HEX
#050033RGB
rgb(5, 0, 51)HSL
hsl(246, 100%, 10%)OKLCH
oklch(0.151 0.097 272.9)CMYK
cmyk(90%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05002E
2#040029
3#040024
4#03001F
5#03001A
6#020014
7#02000F
8#01000A
9#010005
Tints
Lighter variations
1#0A0061
2#0E008F
3#1300BD
4#1700EB
5#301AFF
6#5A47FF
7#8375FF
8#ACA3FF
9#D6D1FF
Tones
Muted variations
1#070330
2#09052E
3#0B082B
4#0D0A29
5#0F0D26
6#110F24
7#131221
8#15141F
9#17171C
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 | C3BD #C3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 958A #958AFF | BordersInactive statesPlaceholder text |
| 400 | 5E4D #5E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 301A #301AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1600 #1600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1200 #1200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D00 #0D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0800 #080052 | Primary textHigh emphasis contentDark headings |
| 950 | 0500 #050033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FF;
--black-100: #DFDBFF;
--black-200: #C3BDFF;
--black-300: #958AFF;
--black-400: #5E4DFF;
--black-500: #301AFF;
--black-600: #1600E0;
--black-700: #1200B3;
--black-800: #0D0080;
--black-900: #080052;
--black-950: #050033;
}