Black
#0F1224
BlueColor Codes
All color formats for development
HEX
#0F1224RGB
rgb(15, 18, 36)HSL
hsl(231, 41%, 10%)OKLCH
oklch(0.19 0.037 275.2)CMYK
cmyk(58%, 50%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1020
2#0C0F1D
3#0B0D19
4#090B16
5#080912
6#06070E
7#05050B
8#030407
9#020204
Tints
Lighter variations
1#1D2344
2#2A3365
3#384385
4#4554A5
5#5D6BBB
6#7E89C9
7#9EA6D6
8#BEC4E4
9#DFE1F1
Tones
Muted variations
1#101323
2#111422
3#121421
4#131520
5#14161F
6#15171E
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 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818C #818CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6B #5D6BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4250 #42509E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3540 #35407E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FA;
--black-100: #E6E8F4;
--black-200: #D0D4EB;
--black-300: #ACB4DC;
--black-400: #818CCA;
--black-500: #5D6BBB;
--black-600: #42509E;
--black-700: #35407E;
--black-800: #262D5A;
--black-900: #181D3A;
--black-950: #0F1224;
}