Black
#0F1324
BlueColor Codes
All color formats for development
HEX
#0F1324RGB
rgb(15, 19, 36)HSL
hsl(229, 41%, 10%)OKLCH
oklch(0.192 0.035 272.7)CMYK
cmyk(58%, 47%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1120
2#0C0F1D
3#0B0D19
4#090B16
5#080912
6#06080E
7#05060B
8#030407
9#020204
Tints
Lighter variations
1#1D2444
2#2A3565
3#384685
4#4557A5
5#5D6EBB
6#7E8BC9
7#9EA8D6
8#BEC5E4
9#DFE2F1
Tones
Muted variations
1#101423
2#111422
3#121521
4#131620
5#14161F
6#15171E
7#16181D
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 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DC | BordersInactive statesPlaceholder text |
| 400 | 818F #818FCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6E #5D6EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4253 #42539E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3542 #35427E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262F #262F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FA;
--black-100: #E6E9F4;
--black-200: #D0D5EB;
--black-300: #ACB5DC;
--black-400: #818FCA;
--black-500: #5D6EBB;
--black-600: #42539E;
--black-700: #35427E;
--black-800: #262F5A;
--black-900: #181E3A;
--black-950: #0F1324;
}