Black
#021831
BlueColor Codes
All color formats for development
HEX
#021831RGB
rgb(2, 24, 49)HSL
hsl(212, 92%, 10%)OKLCH
oklch(0.208 0.058 252.5)CMYK
cmyk(96%, 51%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02162C
2#021327
3#011122
4#010E1D
5#010C18
6#010A14
7#01070F
8#00050A
9#000205
Tints
Lighter variations
1#042D5D
2#064389
3#0859B5
4#096EE1
5#2385F6
6#4F9EF8
7#7BB6F9
8#A7CEFB
9#D3E7FD
Tones
Muted variations
1#04182F
2#07182C
3#09182A
4#0B1928
5#0E1925
6#101923
7#121921
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FA | BordersInactive statesPlaceholder text |
| 400 | 54A0 #54A0F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2385 #2385F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0969 #0969D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0754 #0754AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053C #053C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F7FE;
--black-100: #DDECFE;
--black-200: #BFDCFC;
--black-300: #8EC1FA;
--black-400: #54A0F8;
--black-500: #2385F6;
--black-600: #0969D7;
--black-700: #0754AB;
--black-800: #053C7A;
--black-900: #03264E;
--black-950: #021831;
}