Black
#0F1024
BlueColor Codes
All color formats for development
HEX
#0F1024RGB
rgb(15, 16, 36)HSL
hsl(237, 41%, 10%)OKLCH
oklch(0.184 0.04 279.5)CMYK
cmyk(58%, 56%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E20
2#0C0D1D
3#0B0B19
4#090A16
5#080812
6#06060E
7#05050B
8#030307
9#020204
Tints
Lighter variations
1#1D1F44
2#2A2D65
3#383C85
4#454AA5
5#5D62BB
6#7E81C9
7#9EA1D6
8#BEC0E4
9#DFE0F1
Tones
Muted variations
1#101123
2#111222
3#121321
4#131420
5#14151F
6#15161E
7#16171D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDC | BordersInactive statesPlaceholder text |
| 400 | 8185 #8185CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D62 #5D62BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4247 #42479E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3538 #35387E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #26285A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FA;
--black-100: #E6E7F4;
--black-200: #D0D2EB;
--black-300: #ACAFDC;
--black-400: #8185CA;
--black-500: #5D62BB;
--black-600: #42479E;
--black-700: #35387E;
--black-800: #26285A;
--black-900: #181A3A;
--black-950: #0F1024;
}