Black
#031C30
BlueColor Codes
All color formats for development
HEX
#031C30RGB
rgb(3, 28, 48)HSL
hsl(207, 88%, 10%)OKLCH
oklch(0.219 0.05 245.7)CMYK
cmyk(94%, 42%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03192B
2#021626
3#021322
4#02111D
5#020E18
6#010B13
7#01080E
8#01060A
9#000305
Tints
Lighter variations
1#06355B
2#094E86
3#0B67B1
4#0E80DD
5#2796F1
6#52ABF4
7#7EC0F7
8#A9D5F9
9#D4EAFC
Tones
Muted variations
1#051C2E
2#081B2B
3#0A1B29
4#0C1B27
5#0E1B25
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 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FE;
--black-100: #DDEFFD;
--black-200: #C1E1FB;
--black-300: #91CAF8;
--black-400: #57AEF4;
--black-500: #2796F1;
--black-600: #0D7AD3;
--black-700: #0B61A8;
--black-800: #084578;
--black-900: #052C4D;
--black-950: #031C30;
}