Black
#0D1326
BlueColor Codes
All color formats for development
HEX
#0D1326RGB
rgb(13, 19, 38)HSL
hsl(226, 49%, 10%)OKLCH
oklch(0.192 0.04 269.2)CMYK
cmyk(66%, 50%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1122
2#0A0F1E
3#090D1B
4#080B17
5#070913
6#05080F
7#04060B
8#030408
9#010204
Tints
Lighter variations
1#192448
2#24356A
3#30468D
4#3C57AF
5#546EC4
6#768BD0
7#98A8DC
8#BBC5E8
9#DDE2F3
Tones
Muted variations
1#0E1425
2#101423
3#111522
4#121621
5#131620
6#15171E
7#16181D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8E #7A8ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 546E #546EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3953 #3953A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FB;
--black-100: #E4E8F6;
--black-200: #CED5EE;
--black-300: #A8B5E1;
--black-400: #7A8ED1;
--black-500: #546EC4;
--black-600: #3953A7;
--black-700: #2E4285;
--black-800: #212F5F;
--black-900: #151E3D;
--black-950: #0D1326;
}