Black
#031130
BlueColor Codes
All color formats for development
HEX
#031130RGB
rgb(3, 17, 48)HSL
hsl(221, 88%, 10%)OKLCH
oklch(0.188 0.066 261.5)CMYK
cmyk(94%, 65%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03102B
2#020E26
3#020C22
4#020A1D
5#020918
6#010713
7#01050E
8#01030A
9#000205
Tints
Lighter variations
1#06215B
2#093086
3#0B40B1
4#0E4FDD
5#2767F1
6#5286F4
7#7EA4F7
8#A9C2F9
9#D4E1FC
Tones
Muted variations
1#05122E
2#08132B
3#0A1429
4#0C1527
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 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D3 #C1D3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B1 #91B1F8 | BordersInactive statesPlaceholder text |
| 400 | 5789 #5789F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2767 #2767F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D4C #0D4CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3C #0B3CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082B #082B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051C #051C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F5FE;
--black-100: #DDE7FD;
--black-200: #C1D3FB;
--black-300: #91B1F8;
--black-400: #5789F4;
--black-500: #2767F1;
--black-600: #0D4CD3;
--black-700: #0B3CA8;
--black-800: #082B78;
--black-900: #051C4D;
--black-950: #031130;
}