Black
#020E31
BlueColor Codes
All color formats for development
HEX
#020E31RGB
rgb(2, 14, 49)HSL
hsl(225, 92%, 10%)OKLCH
oklch(0.18 0.073 263)CMYK
cmyk(96%, 71%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020C2C
2#020B27
3#010A22
4#01081D
5#010718
6#010614
7#01040F
8#00030A
9#000105
Tints
Lighter variations
1#041A5D
2#062789
3#0833B5
4#093FE1
5#2357F6
6#4F79F8
7#7B9AF9
8#A7BCFB
9#D3DDFD
Tones
Muted variations
1#040F2F
2#07102C
3#09112A
4#0B1228
5#0E1425
6#101523
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 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA9 #8EA9FA | BordersInactive statesPlaceholder text |
| 400 | 547D #547DF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2357 #2357F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 093D #093DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0730 #0730AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0522 #05227A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0316 #03164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F4FE;
--black-100: #DDE5FE;
--black-200: #BFCFFC;
--black-300: #8EA9FA;
--black-400: #547DF8;
--black-500: #2357F6;
--black-600: #093DD7;
--black-700: #0730AB;
--black-800: #05227A;
--black-900: #03164E;
--black-950: #020E31;
}