Black
#021031
BlueColor Codes
All color formats for development
HEX
#021031RGB
rgb(2, 16, 49)HSL
hsl(222, 92%, 10%)OKLCH
oklch(0.185 0.07 261.5)CMYK
cmyk(96%, 67%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020F2C
2#020D27
3#010B22
4#010A1D
5#010818
6#010614
7#01050F
8#00030A
9#000205
Tints
Lighter variations
1#041F5D
2#062D89
3#083CB5
4#094AE1
5#2362F6
6#4F81F8
7#7BA1F9
8#A7C0FB
9#D3E0FD
Tones
Muted variations
1#04112F
2#07122C
3#09132A
4#0B1428
5#0E1525
6#101623
7#121721
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFA | BordersInactive statesPlaceholder text |
| 400 | 5485 #5485F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2362 #2362F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0947 #0947D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0738 #0738AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0528 #05287A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FE;
--black-100: #DDE7FE;
--black-200: #BFD2FC;
--black-300: #8EAFFA;
--black-400: #5485F8;
--black-500: #2362F6;
--black-600: #0947D7;
--black-700: #0738AB;
--black-800: #05287A;
--black-900: #031A4E;
--black-950: #021031;
}