Black
#031030
BlueColor Codes
All color formats for development
HEX
#031030RGB
rgb(3, 16, 48)HSL
hsl(223, 88%, 10%)OKLCH
oklch(0.185 0.067 262.5)CMYK
cmyk(94%, 67%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030E2B
2#020D26
3#020B22
4#02091D
5#020818
6#010613
7#01050E
8#01030A
9#000205
Tints
Lighter variations
1#061E5B
2#092C86
3#0B3AB1
4#0E49DD
5#2760F1
6#5280F4
7#7EA0F7
8#A9C0F9
9#D4DFFC
Tones
Muted variations
1#05112E
2#08122B
3#0A1329
4#0C1427
5#0E1525
6#111622
7#131720
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FE;
--black-100: #DDE6FD;
--black-200: #C1D1FB;
--black-300: #91AEF8;
--black-400: #5784F4;
--black-500: #2760F1;
--black-600: #0D45D3;
--black-700: #0B37A8;
--black-800: #082778;
--black-900: #05194D;
--black-950: #031030;
}