Black
#0F1124
BlueColor Codes
All color formats for development
HEX
#0F1124RGB
rgb(15, 17, 36)HSL
hsl(234, 41%, 10%)OKLCH
oklch(0.187 0.039 277.4)CMYK
cmyk(58%, 53%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0F20
2#0C0E1D
3#0B0C19
4#090A16
5#080912
6#06070E
7#05050B
8#030307
9#020204
Tints
Lighter variations
1#1D2144
2#2A3065
3#383F85
4#454FA5
5#5D67BB
6#7E85C9
7#9EA4D6
8#BEC2E4
9#DFE1F1
Tones
Muted variations
1#101223
2#111322
3#121421
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 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DC | BordersInactive statesPlaceholder text |
| 400 | 8188 #8188CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D67 #5D67BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424B #424B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353C #353C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FA;
--black-100: #E6E7F4;
--black-200: #D0D3EB;
--black-300: #ACB1DC;
--black-400: #8188CA;
--black-500: #5D67BB;
--black-600: #424B9E;
--black-700: #353C7E;
--black-800: #262B5A;
--black-900: #181B3A;
--black-950: #0F1124;
}