Black
#09172A
BlueColor Codes
All color formats for development
HEX
#09172ARGB
rgb(9, 23, 42)HSL
hsl(215, 65%, 10%)OKLCH
oklch(0.203 0.043 256.5)CMYK
cmyk(79%, 45%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081426
2#071222
3#06101D
4#050E19
5#040B15
6#040911
7#03070D
8#020508
9#010204
Tints
Lighter variations
1#112B50
2#194076
3#21549C
4#2969C2
5#4280D7
6#6899DF
7#8DB3E7
8#B3CCEF
9#D9E6F7
Tones
Muted variations
1#0B1728
2#0C1727
3#0E1825
4#101823
5#111822
6#131820
7#15191E
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DA #C8DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBE #9EBEEA | BordersInactive statesPlaceholder text |
| 400 | 6C9C #6C9CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4280 #4280D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2764 #2764B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F50 #1F5093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1639 #163969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E24 #0E2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FC;
--black-100: #E2EBF9;
--black-200: #C8DAF3;
--black-300: #9EBEEA;
--black-400: #6C9CE0;
--black-500: #4280D7;
--black-600: #2764B9;
--black-700: #1F5093;
--black-800: #163969;
--black-900: #0E2443;
--black-950: #09172A;
}