Black
#060132
BlueColor Codes
All color formats for development
HEX
#060132RGB
rgb(6, 1, 50)HSL
hsl(246, 96%, 10%)OKLCH
oklch(0.154 0.093 274.5)CMYK
cmyk(88%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05012D
2#050128
3#040123
4#04011E
5#030119
6#020014
7#02000F
8#01000A
9#010005
Tints
Lighter variations
1#0B025F
2#11038C
3#1604B9
4#1B05E6
5#341EFA
6#5D4BFB
7#8578FC
8#AEA5FD
9#D6D2FE
Tones
Muted variations
1#080330
2#0A062D
3#0C082B
4#0E0B28
5#100D26
6#121023
7#141221
8#16151E
9#18171C
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 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978C #978CFD | BordersInactive statesPlaceholder text |
| 400 | 6150 #6150FB | Disabled statesSecondary iconsMuted text |
| 500 | 341E #341EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A04 #1A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #090250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FF;
--black-100: #DFDCFE;
--black-200: #C4BEFE;
--black-300: #978CFD;
--black-400: #6150FB;
--black-500: #341EFA;
--black-600: #1A04DC;
--black-700: #1504AF;
--black-800: #0F037D;
--black-900: #090250;
--black-950: #060132;
}