Black
#0F1424
BlueColor Codes
All color formats for development
HEX
#0F1424RGB
rgb(15, 20, 36)HSL
hsl(226, 41%, 10%)OKLCH
oklch(0.195 0.033 269.9)CMYK
cmyk(58%, 44%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1220
2#0C101D
3#0B0E19
4#090C16
5#080A12
6#06080E
7#05060B
8#030407
9#020204
Tints
Lighter variations
1#1D2644
2#2A3865
3#384A85
4#455CA5
5#5D73BB
6#7E8FC9
7#9EABD6
8#BEC7E4
9#DFE3F1
Tones
Muted variations
1#101423
2#111522
3#121621
4#131620
5#14171F
6#15171E
7#16181D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DC | BordersInactive statesPlaceholder text |
| 400 | 8192 #8192CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D73 #5D73BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4258 #42589E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3546 #35467E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #26325A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FA;
--black-100: #E6E9F4;
--black-200: #D0D7EB;
--black-300: #ACB8DC;
--black-400: #8192CA;
--black-500: #5D73BB;
--black-600: #42589E;
--black-700: #35467E;
--black-800: #26325A;
--black-900: #18203A;
--black-950: #0F1424;
}