Black
#0D1726
BlueColor Codes
All color formats for development
HEX
#0D1726RGB
rgb(13, 23, 38)HSL
hsl(216, 49%, 10%)OKLCH
oklch(0.203 0.034 258.3)CMYK
cmyk(66%, 39%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1522
2#0A121E
3#09101B
4#080E17
5#070C13
6#05090F
7#04070B
8#030508
9#010204
Tints
Lighter variations
1#192C48
2#24406A
3#30558D
4#3C6AAF
5#5481C4
6#769AD0
7#98B3DC
8#BBCDE8
9#DDE6F3
Tones
Muted variations
1#0E1725
2#101823
3#111822
4#121821
5#131820
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 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BF #A8BFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9D #7A9DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5481 #5481C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3965 #3965A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E51 #2E5185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213A #213A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E4EBF6;
--black-200: #CEDBEE;
--black-300: #A8BFE1;
--black-400: #7A9DD1;
--black-500: #5481C4;
--black-600: #3965A7;
--black-700: #2E5185;
--black-800: #213A5F;
--black-900: #15253D;
--black-950: #0D1726;
}