Black
#0D1D26
BlueColor Codes
All color formats for development
HEX
#0D1D26RGB
rgb(13, 29, 38)HSL
hsl(202, 49%, 10%)OKLCH
oklch(0.221 0.028 234.6)CMYK
cmyk(66%, 24%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1A22
2#0A171E
3#09141B
4#081117
5#070E13
6#050C0F
7#04090B
8#030608
9#010304
Tints
Lighter variations
1#193748
2#24516A
3#306B8D
4#3C85AF
5#549BC4
6#76AFD0
7#98C3DC
8#BBD7E8
9#DDEBF3
Tones
Muted variations
1#0E1C25
2#101C23
3#111C22
4#121B21
5#131B20
6#151B1E
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 | CEE2 #CEE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CC #A8CCE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB1 #7AB1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549B #549BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 397F #397FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E65 #2E6585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2148 #21485F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152E #152E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F8FB;
--black-100: #E4EFF6;
--black-200: #CEE2EE;
--black-300: #A8CCE1;
--black-400: #7AB1D1;
--black-500: #549BC4;
--black-600: #397FA7;
--black-700: #2E6585;
--black-800: #21485F;
--black-900: #152E3D;
--black-950: #0D1D26;
}