Black
#0F1524
BlueColor Codes
All color formats for development
HEX
#0F1524RGB
rgb(15, 21, 36)HSL
hsl(223, 41%, 10%)OKLCH
oklch(0.198 0.032 266.9)CMYK
cmyk(58%, 42%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1320
2#0C111D
3#0B0F19
4#090D16
5#080A12
6#06080E
7#05060B
8#030407
9#020204
Tints
Lighter variations
1#1D2844
2#2A3B65
3#384E85
4#4560A5
5#5D78BB
6#7E93C9
7#9EAED6
8#BEC9E4
9#DFE4F1
Tones
Muted variations
1#101523
2#111622
3#121621
4#131720
5#14171F
6#15181E
7#16181D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADC | BordersInactive statesPlaceholder text |
| 400 | 8196 #8196CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D78 #5D78BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425C #425C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3549 #35497E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FA;
--black-100: #E6EAF4;
--black-200: #D0D8EB;
--black-300: #ACBADC;
--black-400: #8196CA;
--black-500: #5D78BB;
--black-600: #425C9E;
--black-700: #35497E;
--black-800: #26345A;
--black-900: #18223A;
--black-950: #0F1524;
}