Black
#05172E
BlueColor Codes
All color formats for development
HEX
#05172ERGB
rgb(5, 23, 46)HSL
hsl(214, 80%, 10%)OKLCH
oklch(0.204 0.052 255)CMYK
cmyk(89%, 50%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051529
2#041225
3#041020
4#030E1C
5#030B17
6#020912
7#02070E
8#010509
9#010205
Tints
Lighter variations
1#0A2B57
2#0E4081
3#1354AA
4#1769D3
5#3080E8
6#5A99ED
7#83B3F1
8#ACCCF6
9#D6E6FA
Tones
Muted variations
1#07172C
2#09172A
3#0B1828
4#0D1826
5#0F1824
6#111822
7#131920
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9C #5E9CED | Disabled statesSecondary iconsMuted text |
| 500 | 3080 #3080E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1664 #1664CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1250 #1250A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #082449 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F7FD;
--black-100: #DFEBFB;
--black-200: #C3DAF8;
--black-300: #95BEF3;
--black-400: #5E9CED;
--black-500: #3080E8;
--black-600: #1664CA;
--black-700: #1250A1;
--black-800: #0D3973;
--black-900: #082449;
--black-950: #05172E;
}