Black
#0D1226
BlueColor Codes
All color formats for development
HEX
#0D1226RGB
rgb(13, 18, 38)HSL
hsl(228, 49%, 10%)OKLCH
oklch(0.189 0.041 271.4)CMYK
cmyk(66%, 53%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1022
2#0A0E1E
3#090D1B
4#080B17
5#070913
6#05070F
7#04050B
8#030408
9#010204
Tints
Lighter variations
1#192248
2#24326A
3#30438D
4#3C53AF
5#546BC4
6#7688D0
7#98A6DC
8#BBC4E8
9#DDE1F3
Tones
Muted variations
1#0E1325
2#101423
3#111422
4#121521
5#131620
6#15171E
7#16171D
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 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8C #7A8CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546B #546BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394F #394FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3F #2E3F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212D #212D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FB;
--black-100: #E4E8F6;
--black-200: #CED4EE;
--black-300: #A8B3E1;
--black-400: #7A8CD1;
--black-500: #546BC4;
--black-600: #394FA7;
--black-700: #2E3F85;
--black-800: #212D5F;
--black-900: #151D3D;
--black-950: #0D1226;
}