Black
#0D1126
BlueColor Codes
All color formats for development
HEX
#0D1126RGB
rgb(13, 17, 38)HSL
hsl(230, 49%, 10%)OKLCH
oklch(0.187 0.043 273.4)CMYK
cmyk(66%, 55%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0F22
2#0A0E1E
3#090C1B
4#080A17
5#070913
6#05070F
7#04050B
8#030308
9#010204
Tints
Lighter variations
1#192148
2#24306A
3#30408D
4#3C4FAF
5#5467C4
6#7685D0
7#98A4DC
8#BBC2E8
9#DDE1F3
Tones
Muted variations
1#0E1225
2#101323
3#111422
4#121521
5#131520
6#15161E
7#16171D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7A89 #7A89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5467 #5467C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394C #394CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3C #2E3C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FB;
--black-100: #E4E7F6;
--black-200: #CED3EE;
--black-300: #A8B1E1;
--black-400: #7A89D1;
--black-500: #5467C4;
--black-600: #394CA7;
--black-700: #2E3C85;
--black-800: #212B5F;
--black-900: #151B3D;
--black-950: #0D1126;
}