Black
#0F1A24
BlueColor Codes
All color formats for development
HEX
#0F1A24RGB
rgb(15, 26, 36)HSL
hsl(209, 41%, 10%)OKLCH
oklch(0.212 0.025 246.7)CMYK
cmyk(58%, 28%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1720
2#0C151D
3#0B1219
4#091016
5#080D12
6#060A0E
7#05080B
8#030507
9#020304
Tints
Lighter variations
1#1D3144
2#2A4865
3#386085
4#4577A5
5#5D8EBB
6#7EA4C9
7#9EBBD6
8#BED2E4
9#DFE8F1
Tones
Muted variations
1#101A23
2#111A22
3#121A21
4#131A20
5#141A1F
6#151A1E
7#161A1D
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC5 #ACC5DC | BordersInactive statesPlaceholder text |
| 400 | 81A7 #81A7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8E #5D8EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4272 #42729E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355A #355A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FA;
--black-100: #E6EDF4;
--black-200: #D0DEEB;
--black-300: #ACC5DC;
--black-400: #81A7CA;
--black-500: #5D8EBB;
--black-600: #42729E;
--black-700: #355A7E;
--black-800: #26415A;
--black-900: #18293A;
--black-950: #0F1A24;
}