Black
#0F1824
BlueColor Codes
All color formats for development
HEX
#0F1824RGB
rgb(15, 24, 36)HSL
hsl(214, 41%, 10%)OKLCH
oklch(0.207 0.028 255.8)CMYK
cmyk(58%, 33%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1620
2#0C131D
3#0B1119
4#090E16
5#080C12
6#060A0E
7#05070B
8#030507
9#020204
Tints
Lighter variations
1#1D2E44
2#2A4365
3#385985
4#456FA5
5#5D86BB
6#7E9EC9
7#9EB6D6
8#BECFE4
9#DFE7F1
Tones
Muted variations
1#101823
2#111822
3#121921
4#131920
5#14191F
6#15191E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DC | BordersInactive statesPlaceholder text |
| 400 | 81A1 #81A1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D86 #5D86BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426A #426A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3554 #35547E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263C #263C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FA;
--black-100: #E6ECF4;
--black-200: #D0DCEB;
--black-300: #ACC1DC;
--black-400: #81A1CA;
--black-500: #5D86BB;
--black-600: #426A9E;
--black-700: #35547E;
--black-800: #263C5A;
--black-900: #18273A;
--black-950: #0F1824;
}