Black
#011732
BlueColor Codes
All color formats for development
HEX
#011732RGB
rgb(1, 23, 50)HSL
hsl(213, 96%, 10%)OKLCH
oklch(0.205 0.061 253.6)CMYK
cmyk(98%, 54%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01152D
2#011228
3#011023
4#010E1E
5#010C19
6#000914
7#00070F
8#00050A
9#000205
Tints
Lighter variations
1#022C5F
2#03418C
3#0455B9
4#056AE6
5#1E81FA
6#4B9AFB
7#78B4FC
8#A5CDFD
9#D2E6FE
Tones
Muted variations
1#031730
2#06182D
3#08182B
4#0B1828
5#0D1826
6#101923
7#121921
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBF #8CBFFD | BordersInactive statesPlaceholder text |
| 400 | 509D #509DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E81 #1E81FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0465 #0465DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F7FF;
--black-100: #DCEBFE;
--black-200: #BEDBFE;
--black-300: #8CBFFD;
--black-400: #509DFB;
--black-500: #1E81FA;
--black-600: #0465DC;
--black-700: #0451AF;
--black-800: #033A7D;
--black-900: #022550;
--black-950: #011732;
}