Black
#09182A
BlueColor Codes
All color formats for development
HEX
#09182ARGB
rgb(9, 24, 42)HSL
hsl(213, 65%, 10%)OKLCH
oklch(0.206 0.042 254.1)CMYK
cmyk(79%, 43%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081526
2#071322
3#06111D
4#050E19
5#040C15
6#040A11
7#03070D
8#020508
9#010204
Tints
Lighter variations
1#112D50
2#194376
3#21589C
4#296EC2
5#4285D7
6#689DDF
7#8DB6E7
8#B3CEEF
9#D9E7F7
Tones
Muted variations
1#0B1828
2#0C1827
3#0E1825
4#101923
5#111922
6#131920
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 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC1 #9EC1EA | BordersInactive statesPlaceholder text |
| 400 | 6CA0 #6CA0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4285 #4285D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2769 #2769B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F53 #1F5393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163C #163C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E26 #0E2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FC;
--black-100: #E2ECF9;
--black-200: #C8DCF3;
--black-300: #9EC1EA;
--black-400: #6CA0E0;
--black-500: #4285D7;
--black-600: #2769B9;
--black-700: #1F5393;
--black-800: #163C69;
--black-900: #0E2643;
--black-950: #09182A;
}