Black
#0D0F26
BlueColor Codes
All color formats for development
HEX
#0D0F26RGB
rgb(13, 15, 38)HSL
hsl(235, 49%, 10%)OKLCH
oklch(0.181 0.047 276.9)CMYK
cmyk(66%, 61%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0E22
2#0A0C1E
3#090B1B
4#080917
5#070813
6#05060F
7#04050B
8#030308
9#010204
Tints
Lighter variations
1#191D48
2#242A6A
3#30388D
4#3C45AF
5#545DC4
6#767ED0
7#989EDC
8#BBBEE8
9#DDDFF3
Tones
Muted variations
1#0E1025
2#101123
3#111222
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 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AC #A8ACE1 | BordersInactive statesPlaceholder text |
| 400 | 7A81 #7A81D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545D #545DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3942 #3942A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E35 #2E3585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2126 #21265F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F4FB;
--black-100: #E4E6F6;
--black-200: #CED0EE;
--black-300: #A8ACE1;
--black-400: #7A81D1;
--black-500: #545DC4;
--black-600: #3942A7;
--black-700: #2E3585;
--black-800: #21265F;
--black-900: #15183D;
--black-950: #0D0F26;
}