Black
#0D1C26
BlueColor Codes
All color formats for development
HEX
#0D1C26RGB
rgb(13, 28, 38)HSL
hsl(204, 49%, 10%)OKLCH
oklch(0.218 0.029 239.1)CMYK
cmyk(66%, 26%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1922
2#0A161E
3#09141B
4#081117
5#070E13
6#050B0F
7#04080B
8#030608
9#010304
Tints
Lighter variations
1#193548
2#244E6A
3#30688D
4#3C81AF
5#5497C4
6#76ACD0
7#98C1DC
8#BBD6E8
9#DDEAF3
Tones
Muted variations
1#0E1C25
2#101B23
3#111B22
4#121B21
5#131B20
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 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CA #A8CAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AAE #7AAED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5497 #5497C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 397B #397BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E62 #2E6285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2146 #21465F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F8FB;
--black-100: #E4EFF6;
--black-200: #CEE1EE;
--black-300: #A8CAE1;
--black-400: #7AAED1;
--black-500: #5497C4;
--black-600: #397BA7;
--black-700: #2E6285;
--black-800: #21465F;
--black-900: #152D3D;
--black-950: #0D1C26;
}