Black
#010932
BlueColor Codes
All color formats for development
HEX
#010932RGB
rgb(1, 9, 50)HSL
hsl(230, 96%, 10%)OKLCH
oklch(0.169 0.082 264.3)CMYK
cmyk(98%, 82%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01082D
2#010728
3#010623
4#01061E
5#010519
6#000414
7#00030F
8#00020A
9#000105
Tints
Lighter variations
1#02115F
2#031A8C
3#0422B9
4#052AE6
5#1E43FA
6#4B68FB
7#788EFC
8#A5B4FD
9#D2D9FE
Tones
Muted variations
1#030B30
2#060C2D
3#080E2B
4#0B1028
5#0D1126
6#101323
7#121521
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C9F #8C9FFD | BordersInactive statesPlaceholder text |
| 400 | 506D #506DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E43 #1E43FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0428 #0428DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0420 #0420AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FF;
--black-100: #DCE2FE;
--black-200: #BEC9FE;
--black-300: #8C9FFD;
--black-400: #506DFB;
--black-500: #1E43FA;
--black-600: #0428DC;
--black-700: #0420AF;
--black-800: #03177D;
--black-900: #020F50;
--black-950: #010932;
}