Black
#080132
BlueColor Codes
All color formats for development
HEX
#080132RGB
rgb(8, 1, 50)HSL
hsl(249, 96%, 10%)OKLCH
oklch(0.156 0.092 277.4)CMYK
cmyk(84%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08012D
2#070128
3#060123
4#05011E
5#040119
6#030014
7#03000F
8#02000A
9#010005
Tints
Lighter variations
1#10025F
2#17038C
3#1F04B9
4#2605E6
5#3F1EFA
6#664BFB
7#8C78FC
8#B2A5FD
9#D9D2FE
Tones
Muted variations
1#0A0330
2#0C062D
3#0E082B
4#0F0B28
5#110D26
6#131023
7#141221
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8C #9D8CFD | BordersInactive statesPlaceholder text |
| 400 | 6A50 #6A50FB | Disabled statesSecondary iconsMuted text |
| 500 | 3F1E #3F1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2504 #2504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D04 #1D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1503 #15037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D02 #0D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FF;
--black-100: #E1DCFE;
--black-200: #C8BEFE;
--black-300: #9D8CFD;
--black-400: #6A50FB;
--black-500: #3F1EFA;
--black-600: #2504DC;
--black-700: #1D04AF;
--black-800: #15037D;
--black-900: #0D0250;
--black-950: #080132;
}