Black
#0D1826
BlueColor Codes
All color formats for development
HEX
#0D1826RGB
rgb(13, 24, 38)HSL
hsl(214, 49%, 10%)OKLCH
oklch(0.206 0.032 254.9)CMYK
cmyk(66%, 37%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1522
2#0A131E
3#09111B
4#080E17
5#070C13
6#050A0F
7#04070B
8#030508
9#010204
Tints
Lighter variations
1#192D48
2#24436A
3#30588D
4#3C6EAF
5#5485C4
6#769DD0
7#98B6DC
8#BBCEE8
9#DDE7F3
Tones
Muted variations
1#0E1825
2#101823
3#111822
4#121921
5#131920
6#15191E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA0 #7AA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5485 #5485C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3969 #3969A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E53 #2E5385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E4ECF6;
--black-200: #CEDCEE;
--black-300: #A8C1E1;
--black-400: #7AA0D1;
--black-500: #5485C4;
--black-600: #3969A7;
--black-700: #2E5385;
--black-800: #213C5F;
--black-900: #15263D;
--black-950: #0D1826;
}