Black
#031330
BlueColor Codes
All color formats for development
HEX
#031330RGB
rgb(3, 19, 48)HSL
hsl(219, 88%, 10%)OKLCH
oklch(0.193 0.063 259.5)CMYK
cmyk(94%, 60%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03112B
2#020F26
3#020D22
4#020B1D
5#020918
6#010813
7#01060E
8#01040A
9#000205
Tints
Lighter variations
1#06245B
2#093586
3#0B45B1
4#0E56DD
5#276EF1
6#528BF4
7#7EA8F7
8#A9C5F9
9#D4E2FC
Tones
Muted variations
1#05132E
2#08142B
3#0A1529
4#0C1527
5#0E1625
6#111722
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 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D5 #C1D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B5 #91B5F8 | BordersInactive statesPlaceholder text |
| 400 | 578E #578EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 276E #276EF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D53 #0D53D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B42 #0B42A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082F #082F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051E #051E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F5FE;
--black-100: #DDE8FD;
--black-200: #C1D5FB;
--black-300: #91B5F8;
--black-400: #578EF4;
--black-500: #276EF1;
--black-600: #0D53D3;
--black-700: #0B42A8;
--black-800: #082F78;
--black-900: #051E4D;
--black-950: #031330;
}