Black
#020D31
BlueColor Codes
All color formats for development
HEX
#020D31RGB
rgb(2, 13, 49)HSL
hsl(226, 92%, 10%)OKLCH
oklch(0.178 0.074 263.6)CMYK
cmyk(96%, 73%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020C2C
2#020A27
3#010922
4#01081D
5#010618
6#010514
7#01040F
8#00030A
9#000105
Tints
Lighter variations
1#04195D
2#062489
3#0830B5
4#093CE1
5#2354F6
6#4F76F8
7#7B98F9
8#A7BBFB
9#D3DDFD
Tones
Muted variations
1#040E2F
2#070F2C
3#09112A
4#0B1228
5#0E1325
6#101423
7#121621
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA8 #8EA8FA | BordersInactive statesPlaceholder text |
| 400 | 547A #547AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2354 #2354F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0939 #0939D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072D #072DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0520 #05207A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F4FE;
--black-100: #DDE4FE;
--black-200: #BFCEFC;
--black-300: #8EA8FA;
--black-400: #547AF8;
--black-500: #2354F6;
--black-600: #0939D7;
--black-700: #072DAB;
--black-800: #05207A;
--black-900: #03154E;
--black-950: #020D31;
}