Black
#0D1A26
BlueColor Codes
All color formats for development
HEX
#0D1A26RGB
rgb(13, 26, 38)HSL
hsl(209, 49%, 10%)OKLCH
oklch(0.212 0.03 247.5)CMYK
cmyk(66%, 32%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1722
2#0A151E
3#09121B
4#081017
5#070D13
6#050A0F
7#04080B
8#030508
9#010304
Tints
Lighter variations
1#193148
2#24496A
3#30608D
4#3C77AF
5#548EC4
6#76A5D0
7#98BBDC
8#BBD2E8
9#DDE8F3
Tones
Muted variations
1#0E1A25
2#101A23
3#111A22
4#121A21
5#131A20
6#151A1E
7#161A1D
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C5 #A8C5E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA7 #7AA7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548E #548EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3972 #3972A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5B #2E5B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2141 #21415F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E4EDF6;
--black-200: #CEDEEE;
--black-300: #A8C5E1;
--black-400: #7AA7D1;
--black-500: #548EC4;
--black-600: #3972A7;
--black-700: #2E5B85;
--black-800: #21415F;
--black-900: #15293D;
--black-950: #0D1A26;
}