Black
#0D1626
BlueColor Codes
All color formats for development
HEX
#0D1626RGB
rgb(13, 22, 38)HSL
hsl(218, 49%, 10%)OKLCH
oklch(0.2 0.035 261.4)CMYK
cmyk(66%, 42%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1422
2#0A121E
3#09101B
4#080D17
5#070B13
6#05090F
7#04070B
8#030408
9#010204
Tints
Lighter variations
1#192A48
2#243E6A
3#30528D
4#3C66AF
5#547DC4
6#7697D0
7#98B1DC
8#BBCBE8
9#DDE5F3
Tones
Muted variations
1#0E1725
2#101723
3#111722
4#121821
5#131820
6#15181E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9A #7A9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 547D #547DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3962 #3962A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2137 #21375F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FB;
--black-100: #E4EBF6;
--black-200: #CEDAEE;
--black-300: #A8BDE1;
--black-400: #7A9AD1;
--black-500: #547DC4;
--black-600: #3962A7;
--black-700: #2E4E85;
--black-800: #21375F;
--black-900: #15233D;
--black-950: #0D1626;
}