Black
#06172D
BlueColor Codes
All color formats for development
HEX
#06172DRGB
rgb(6, 23, 45)HSL
hsl(214, 76%, 10%)OKLCH
oklch(0.204 0.05 255.4)CMYK
cmyk(87%, 49%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061528
2#051224
3#04101F
4#040E1B
5#030B16
6#020912
7#02070D
8#010509
9#010204
Tints
Lighter variations
1#0C2C55
2#11407E
3#1755A6
4#1C69CE
5#3581E3
6#5D9AE9
7#86B3EE
8#AECCF4
9#D7E6F9
Tones
Muted variations
1#08172B
2#0A1729
3#0C1827
4#0E1825
5#101823
6#121821
7#14191F
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BE #98BEF1 | BordersInactive statesPlaceholder text |
| 400 | 629D #629DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3581 #3581E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B65 #1B65C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1550 #15509D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F39 #0F3970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A25 #0A2548 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E0EBFB;
--black-200: #C5DAF7;
--black-300: #98BEF1;
--black-400: #629DEA;
--black-500: #3581E3;
--black-600: #1B65C5;
--black-700: #15509D;
--black-800: #0F3970;
--black-900: #0A2548;
--black-950: #06172D;
}