Black
#010B32
BlueColor Codes
All color formats for development
HEX
#010B32RGB
rgb(1, 11, 50)HSL
hsl(228, 96%, 10%)OKLCH
oklch(0.173 0.08 263.5)CMYK
cmyk(98%, 78%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010A2D
2#010928
3#010823
4#01061E
5#010519
6#000414
7#00030F
8#00020A
9#000105
Tints
Lighter variations
1#02155F
2#031E8C
3#0428B9
4#0532E6
5#1E4AFA
6#4B6EFB
7#7892FC
8#A5B7FD
9#D2DBFE
Tones
Muted variations
1#030C30
2#060E2D
3#080F2B
4#0B1128
5#0D1226
6#101423
7#121521
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECB #BECBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CA3 #8CA3FD | BordersInactive statesPlaceholder text |
| 400 | 5072 #5072FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E4A #1E4AFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0430 #0430DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0426 #0426AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031B #031B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0211 #021150 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F3FF;
--black-100: #DCE3FE;
--black-200: #BECBFE;
--black-300: #8CA3FD;
--black-400: #5072FB;
--black-500: #1E4AFA;
--black-600: #0430DC;
--black-700: #0426AF;
--black-800: #031B7D;
--black-900: #021150;
--black-950: #010B32;
}