Black
#0D1526
BlueColor Codes
All color formats for development
HEX
#0D1526RGB
rgb(13, 21, 38)HSL
hsl(221, 49%, 10%)OKLCH
oklch(0.198 0.037 264.2)CMYK
cmyk(66%, 45%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1322
2#0A111E
3#090F1B
4#080D17
5#070A13
6#05080F
7#04060B
8#030408
9#010204
Tints
Lighter variations
1#192848
2#243B6A
3#304D8D
4#3C60AF
5#5478C4
6#7693D0
7#98AEDC
8#BBC9E8
9#DDE4F3
Tones
Muted variations
1#0E1525
2#101623
3#111622
4#121721
5#131720
6#15181E
7#16181D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A96 #7A96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5478 #5478C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395C #395CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E49 #2E4985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FB;
--black-100: #E4EAF6;
--black-200: #CED8EE;
--black-300: #A8BAE1;
--black-400: #7A96D1;
--black-500: #5478C4;
--black-600: #395CA7;
--black-700: #2E4985;
--black-800: #21345F;
--black-900: #15213D;
--black-950: #0D1526;
}