Black
#050132
BlueColor Codes
All color formats for development
HEX
#050132RGB
rgb(5, 1, 50)HSL
hsl(245, 96%, 10%)OKLCH
oklch(0.153 0.094 273)CMYK
cmyk(90%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05012D
2#040128
3#040123
4#03011E
5#030119
6#020014
7#02000F
8#01000A
9#010005
Tints
Lighter variations
1#0A025F
2#0E038C
3#1304B9
4#1705E6
5#301EFA
6#5A4BFB
7#8378FC
8#ACA5FD
9#D6D2FE
Tones
Muted variations
1#070330
2#09062D
3#0B082B
4#0D0B28
5#0F0D26
6#111023
7#131221
8#15151E
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958C #958CFD | BordersInactive statesPlaceholder text |
| 400 | 5E50 #5E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 301E #301EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1604 #1604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1204 #1204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FF;
--black-100: #DFDCFE;
--black-200: #C3BEFE;
--black-300: #958CFD;
--black-400: #5E50FB;
--black-500: #301EFA;
--black-600: #1604DC;
--black-700: #1204AF;
--black-800: #0D037D;
--black-900: #080250;
--black-950: #050132;
}