Black
#011932
BlueColor Codes
All color formats for development
HEX
#011932RGB
rgb(1, 25, 50)HSL
hsl(211, 96%, 10%)OKLCH
oklch(0.211 0.059 250.9)CMYK
cmyk(98%, 50%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01162D
2#011428
3#011123
4#010F1E
5#010C19
6#000A14
7#00070F
8#00050A
9#000205
Tints
Lighter variations
1#022F5F
2#03458C
3#045BB9
4#0572E6
5#1E89FA
6#4BA0FB
7#78B8FC
8#A5D0FD
9#D2E7FE
Tones
Muted variations
1#031930
2#06192D
3#08192B
4#0B1928
5#0D1926
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 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CC2 #8CC2FD | BordersInactive statesPlaceholder text |
| 400 | 50A3 #50A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E89 #1E89FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 046D #046DDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0227 #022750 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F7FF;
--black-100: #DCEDFE;
--black-200: #BEDDFE;
--black-300: #8CC2FD;
--black-400: #50A3FB;
--black-500: #1E89FA;
--black-600: #046DDC;
--black-700: #0456AF;
--black-800: #033E7D;
--black-900: #022750;
--black-950: #011932;
}