Black
#0D1926
BlueColor Codes
All color formats for development
HEX
#0D1926RGB
rgb(13, 25, 38)HSL
hsl(211, 49%, 10%)OKLCH
oklch(0.209 0.031 251.4)CMYK
cmyk(66%, 34%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1722
2#0A141E
3#09121B
4#080F17
5#070D13
6#050A0F
7#04080B
8#030508
9#010304
Tints
Lighter variations
1#193048
2#24466A
3#305D8D
4#3C73AF
5#548AC4
6#76A2D0
7#98B9DC
8#BBD0E8
9#DDE8F3
Tones
Muted variations
1#0E1925
2#101923
3#111922
4#121921
5#131920
6#15191E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E4EDF6;
--black-200: #CEDDEE;
--black-300: #A8C3E1;
--black-400: #7AA4D1;
--black-500: #548AC4;
--black-600: #396EA7;
--black-700: #2E5885;
--black-800: #213F5F;
--black-900: #15283D;
--black-950: #0D1926;
}