Black
#031A30
BlueColor Codes
All color formats for development
HEX
#031A30RGB
rgb(3, 26, 48)HSL
hsl(209, 88%, 10%)OKLCH
oklch(0.213 0.053 249.4)CMYK
cmyk(94%, 46%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03182B
2#021526
3#021222
4#02101D
5#020D18
6#010A13
7#01080E
8#01050A
9#000305
Tints
Lighter variations
1#06325B
2#094986
3#0B61B1
4#0E79DD
5#2790F1
6#52A6F4
7#7EBCF7
8#A9D2F9
9#D4E9FC
Tones
Muted variations
1#051A2E
2#081A2B
3#0A1A29
4#0C1A27
5#0E1A25
6#111A22
7#131A20
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FE;
--black-100: #DDEEFD;
--black-200: #C1DFFB;
--black-300: #91C6F8;
--black-400: #57A8F4;
--black-500: #2790F1;
--black-600: #0D73D3;
--black-700: #0B5CA8;
--black-800: #084278;
--black-900: #052A4D;
--black-950: #031A30;
}