Black
#0D1026
BlueColor Codes
All color formats for development
HEX
#0D1026RGB
rgb(13, 16, 38)HSL
hsl(233, 49%, 10%)OKLCH
oklch(0.184 0.045 275.2)CMYK
cmyk(66%, 58%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0E22
2#0A0D1E
3#090B1B
4#080A17
5#070813
6#05060F
7#04050B
8#030308
9#010204
Tints
Lighter variations
1#191E48
2#242D6A
3#303B8D
4#3C49AF
5#5461C4
6#7681D0
7#98A0DC
8#BBC0E8
9#DDDFF3
Tones
Muted variations
1#0E1125
2#101223
3#111322
4#121421
5#131520
6#15161E
7#16171D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F4FB;
--black-100: #E4E6F6;
--black-200: #CED1EE;
--black-300: #A8AEE1;
--black-400: #7A84D1;
--black-500: #5461C4;
--black-600: #3946A7;
--black-700: #2E3885;
--black-800: #21285F;
--black-900: #15193D;
--black-950: #0D1026;
}