Black
#0D1B26
BlueColor Codes
All color formats for development
HEX
#0D1B26RGB
rgb(13, 27, 38)HSL
hsl(206, 49%, 10%)OKLCH
oklch(0.215 0.029 243.4)CMYK
cmyk(66%, 29%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1822
2#0A161E
3#09131B
4#081017
5#070E13
6#050B0F
7#04080B
8#030508
9#010304
Tints
Lighter variations
1#193448
2#244C6A
3#30658D
4#3C7DAF
5#5494C4
6#76A9D0
7#98BFDC
8#BBD4E8
9#DDEAF3
Tones
Muted variations
1#0E1B25
2#101B23
3#111B22
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 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAC #7AACD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5494 #5494C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3978 #3978A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F8FB;
--black-100: #E4EEF6;
--black-200: #CEE0EE;
--black-300: #A8C8E1;
--black-400: #7AACD1;
--black-500: #5494C4;
--black-600: #3978A7;
--black-700: #2E5F85;
--black-800: #21445F;
--black-900: #152B3D;
--black-950: #0D1B26;
}