Black
#021A31
BlueColor Codes
All color formats for development
HEX
#021A31RGB
rgb(2, 26, 49)HSL
hsl(209, 92%, 10%)OKLCH
oklch(0.213 0.055 249.4)CMYK
cmyk(96%, 47%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02182C
2#021527
3#011222
4#01101D
5#010D18
6#010B14
7#01080F
8#00050A
9#000305
Tints
Lighter variations
1#04325D
2#064A89
3#0861B5
4#0979E1
5#2390F6
6#4FA6F8
7#7BBCF9
8#A7D3FB
9#D3E9FD
Tones
Muted variations
1#041A2F
2#071A2C
3#091A2A
4#0B1A28
5#0E1A25
6#101A23
7#121A21
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FA | BordersInactive statesPlaceholder text |
| 400 | 54A8 #54A8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2390 #2390F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0974 #0974D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 075C #075CAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0542 #05427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F8FE;
--black-100: #DDEEFE;
--black-200: #BFDFFC;
--black-300: #8EC6FA;
--black-400: #54A8F8;
--black-500: #2390F6;
--black-600: #0974D7;
--black-700: #075CAB;
--black-800: #05427A;
--black-900: #032A4E;
--black-950: #021A31;
}