Black
#0F1624
BlueColor Codes
All color formats for development
HEX
#0F1624RGB
rgb(15, 22, 36)HSL
hsl(220, 41%, 10%)OKLCH
oklch(0.201 0.03 263.5)CMYK
cmyk(58%, 39%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1420
2#0C121D
3#0B0F19
4#090D16
5#080B12
6#06090E
7#05070B
8#030407
9#020204
Tints
Lighter variations
1#1D2A44
2#2A3E65
3#385185
4#4565A5
5#5D7DBB
6#7E97C9
7#9EB1D6
8#BECBE4
9#DFE5F1
Tones
Muted variations
1#101623
2#111722
3#121721
4#131720
5#14181F
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 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 819A #819ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7D #5D7DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4261 #42619E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354D #354D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #26375A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FA;
--black-100: #E6EBF4;
--black-200: #D0D9EB;
--black-300: #ACBCDC;
--black-400: #819ACA;
--black-500: #5D7DBB;
--black-600: #42619E;
--black-700: #354D7E;
--black-800: #26375A;
--black-900: #18233A;
--black-950: #0F1624;
}