Black
#0F1924
BlueColor Codes
All color formats for development
HEX
#0F1924RGB
rgb(15, 25, 36)HSL
hsl(211, 41%, 10%)OKLCH
oklch(0.209 0.026 251.5)CMYK
cmyk(58%, 31%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1720
2#0C141D
3#0B1219
4#090F16
5#080D12
6#060A0E
7#05080B
8#030507
9#020304
Tints
Lighter variations
1#1D3044
2#2A4665
3#385D85
4#4574A5
5#5D8BBB
6#7EA2C9
7#9EB9D6
8#BED0E4
9#DFE8F1
Tones
Muted variations
1#101923
2#111922
3#121921
4#131920
5#14191F
6#15191E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DC | BordersInactive statesPlaceholder text |
| 400 | 81A5 #81A5CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8B #5D8BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426F #426F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3558 #35587E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FA;
--black-100: #E6EDF4;
--black-200: #D0DDEB;
--black-300: #ACC4DC;
--black-400: #81A5CA;
--black-500: #5D8BBB;
--black-600: #426F9E;
--black-700: #35587E;
--black-800: #263F5A;
--black-900: #18283A;
--black-950: #0F1924;
}