Black
#0D0E26
BlueColor Codes
All color formats for development
HEX
#0D0E26RGB
rgb(13, 14, 38)HSL
hsl(238, 49%, 10%)OKLCH
oklch(0.179 0.048 278.5)CMYK
cmyk(66%, 63%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0C22
2#0A0B1E
3#090A1B
4#080817
5#070713
6#05060F
7#04040B
8#030308
9#010104
Tints
Lighter variations
1#191A48
2#24276A
3#30338D
4#3C40AF
5#5458C4
6#7679D0
7#989BDC
8#BBBCE8
9#DDDEF3
Tones
Muted variations
1#0E0F25
2#101023
3#111122
4#121321
5#131420
6#15151E
7#16161D
8#17171C
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A7D #7A7DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5458 #5458C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393D #393DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F4FB;
--black-100: #E4E5F6;
--black-200: #CECFEE;
--black-300: #A8AAE1;
--black-400: #7A7DD1;
--black-500: #5458C4;
--black-600: #393DA7;
--black-700: #2E3085;
--black-800: #21235F;
--black-900: #15163D;
--black-950: #0D0E26;
}