Black
#011A32
BlueColor Codes
All color formats for development
HEX
#011A32RGB
rgb(1, 26, 50)HSL
hsl(209, 96%, 10%)OKLCH
oklch(0.214 0.057 249.4)CMYK
cmyk(98%, 48%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01182D
2#011528
3#011223
4#01101E
5#010D19
6#000B14
7#00080F
8#00050A
9#000305
Tints
Lighter variations
1#02325F
2#034A8C
3#0461B9
4#0579E6
5#1E90FA
6#4BA6FB
7#78BCFC
8#A5D3FD
9#D2E9FE
Tones
Muted variations
1#031A30
2#061A2D
3#081A2B
4#0B1A28
5#0D1A26
6#101A23
7#121A21
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDF #BEDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CC6 #8CC6FD | BordersInactive statesPlaceholder text |
| 400 | 50A9 #50A9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E90 #1E90FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0474 #0474DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045C #045CAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0342 #03427D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022A #022A50 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F8FF;
--black-100: #DCEEFE;
--black-200: #BEDFFE;
--black-300: #8CC6FD;
--black-400: #50A9FB;
--black-500: #1E90FA;
--black-600: #0474DC;
--black-700: #045CAF;
--black-800: #03427D;
--black-900: #022A50;
--black-950: #011A32;
}