Black
#010632
BlueColor Codes
All color formats for development
HEX
#010632RGB
rgb(1, 6, 50)HSL
hsl(234, 96%, 10%)OKLCH
oklch(0.162 0.087 265.3)CMYK
cmyk(98%, 88%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01052D
2#010528
3#010423
4#01041E
5#010319
6#000214
7#00020F
8#00010A
9#000105
Tints
Lighter variations
1#020B5F
2#03118C
3#0416B9
4#051BE6
5#1E34FA
6#4B5DFB
7#7885FC
8#A5AEFD
9#D2D6FE
Tones
Muted variations
1#030830
2#060A2D
3#080C2B
4#0B0E28
5#0D1026
6#101223
7#121421
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C97 #8C97FD | BordersInactive statesPlaceholder text |
| 400 | 5061 #5061FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E34 #1E34FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 041A #041ADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0415 #0415AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030F #030F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #020950 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FF;
--black-100: #DCDFFE;
--black-200: #BEC4FE;
--black-300: #8C97FD;
--black-400: #5061FB;
--black-500: #1E34FA;
--black-600: #041ADC;
--black-700: #0415AF;
--black-800: #030F7D;
--black-900: #020950;
--black-950: #010632;
}