Black
#0D0D26
BlueColor Codes
All color formats for development
HEX
#0D0D26RGB
rgb(13, 13, 38)HSL
hsl(240, 49%, 10%)OKLCH
oklch(0.176 0.05 279.9)CMYK
cmyk(66%, 66%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0C22
2#0A0A1E
3#09091B
4#080817
5#070713
6#05050F
7#04040B
8#030308
9#010104
Tints
Lighter variations
1#191948
2#24246A
3#30308D
4#3C3CAF
5#5454C4
6#7676D0
7#9898DC
8#BBBBE8
9#DDDDF3
Tones
Muted variations
1#0E0E25
2#101023
3#111122
4#121221
5#131320
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 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F4FB;
--black-100: #E4E4F6;
--black-200: #CECEEE;
--black-300: #A8A8E1;
--black-400: #7A7AD1;
--black-500: #5454C4;
--black-600: #3939A7;
--black-700: #2E2E85;
--black-800: #21215F;
--black-900: #15153D;
--black-950: #0D0D26;
}