Black
#020B31
BlueColor Codes
All color formats for development
HEX
#020B31RGB
rgb(2, 11, 49)HSL
hsl(229, 92%, 10%)OKLCH
oklch(0.173 0.077 264.7)CMYK
cmyk(96%, 78%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020A2C
2#020927
3#010722
4#01061D
5#010518
6#010414
7#01030F
8#00020A
9#000105
Tints
Lighter variations
1#04145D
2#061E89
3#0827B5
4#0931E1
5#2349F6
6#4F6EF8
7#7B92F9
8#A7B6FB
9#D3DBFD
Tones
Muted variations
1#040C2F
2#070E2C
3#090F2A
4#0B1128
5#0E1225
6#101423
7#121521
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FA | BordersInactive statesPlaceholder text |
| 400 | 5472 #5472F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2349 #2349F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092F #092FD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0725 #0725AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051B #051B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F3FE;
--black-100: #DDE3FE;
--black-200: #BFCBFC;
--black-300: #8EA2FA;
--black-400: #5472F8;
--black-500: #2349F6;
--black-600: #092FD7;
--black-700: #0725AB;
--black-800: #051B7A;
--black-900: #03114E;
--black-950: #020B31;
}