Black
#020A31
BlueColor Codes
All color formats for development
HEX
#020A31RGB
rgb(2, 10, 49)HSL
hsl(230, 92%, 10%)OKLCH
oklch(0.171 0.079 265.2)CMYK
cmyk(96%, 80%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02092C
2#020827
3#010722
4#01061D
5#010518
6#010414
7#01030F
8#00020A
9#000105
Tints
Lighter variations
1#04135D
2#061C89
3#0824B5
4#092DE1
5#2346F6
6#4F6BF8
7#7B90F9
8#A7B5FB
9#D3DAFD
Tones
Muted variations
1#040B2F
2#070D2C
3#090F2A
4#0B1028
5#0E1225
6#101323
7#121521
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FA | BordersInactive statesPlaceholder text |
| 400 | 546F #546FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2346 #2346F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092B #092BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0723 #0723AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0519 #05197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F3FE;
--black-100: #DDE2FE;
--black-200: #BFCAFC;
--black-300: #8EA0FA;
--black-400: #546FF8;
--black-500: #2346F6;
--black-600: #092BD7;
--black-700: #0723AB;
--black-800: #05197A;
--black-900: #03104E;
--black-950: #020A31;
}