Black
#011332
BlueColor Codes
All color formats for development
HEX
#011332RGB
rgb(1, 19, 50)HSL
hsl(218, 96%, 10%)OKLCH
oklch(0.194 0.067 258)CMYK
cmyk(98%, 62%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01112D
2#010F28
3#010D23
4#010B1E
5#010919
6#000814
7#00060F
8#00040A
9#000205
Tints
Lighter variations
1#02245F
2#03358C
3#0446B9
4#0557E6
5#1E6FFA
6#4B8CFB
7#78A9FC
8#A5C5FD
9#D2E2FE
Tones
Muted variations
1#031430
2#06142D
3#08152B
4#0B1628
5#0D1626
6#101723
7#121821
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED5 #BED5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB5 #8CB5FD | BordersInactive statesPlaceholder text |
| 400 | 508F #508FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E6F #1E6FFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0453 #0453DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0442 #0442AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032F #032F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021E #021E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0113 #011332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FF;
--black-100: #DCE9FE;
--black-200: #BED5FE;
--black-300: #8CB5FD;
--black-400: #508FFB;
--black-500: #1E6FFA;
--black-600: #0453DC;
--black-700: #0442AF;
--black-800: #032F7D;
--black-900: #021E50;
--black-950: #011332;
}