Black
#0D1426
BlueColor Codes
All color formats for development
HEX
#0D1426RGB
rgb(13, 20, 38)HSL
hsl(223, 49%, 10%)OKLCH
oklch(0.195 0.038 266.8)CMYK
cmyk(66%, 47%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1222
2#0A101E
3#090E1B
4#080C17
5#070A13
6#05080F
7#04060B
8#030408
9#010204
Tints
Lighter variations
1#192648
2#24386A
3#304A8D
4#3C5CAF
5#5474C4
6#7690D0
7#98ACDC
8#BBC7E8
9#DDE3F3
Tones
Muted variations
1#0E1525
2#101523
3#111622
4#121621
5#131720
6#15171E
7#16181D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A93 #7A93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5474 #5474C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3958 #3958A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E46 #2E4685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FB;
--black-100: #E4E9F6;
--black-200: #CED7EE;
--black-300: #A8B8E1;
--black-400: #7A93D1;
--black-500: #5474C4;
--black-600: #3958A7;
--black-700: #2E4685;
--black-800: #21325F;
--black-900: #15203D;
--black-950: #0D1426;
}