Black
#011532
BlueColor Codes
All color formats for development
HEX
#011532RGB
rgb(1, 21, 50)HSL
hsl(216, 96%, 10%)OKLCH
oklch(0.199 0.064 255.9)CMYK
cmyk(98%, 58%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01132D
2#011028
3#010E23
4#010C1E
5#010A19
6#000814
7#00060F
8#00040A
9#000205
Tints
Lighter variations
1#02275F
2#033A8C
3#044CB9
4#055FE6
5#1E76FA
6#4B92FB
7#78ADFC
8#A5C8FD
9#D2E4FE
Tones
Muted variations
1#031530
2#06162D
3#08162B
4#0B1728
5#0D1726
6#101823
7#121821
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED7 #BED7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB9 #8CB9FD | BordersInactive statesPlaceholder text |
| 400 | 5095 #5095FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E76 #1E76FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 045B #045BDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0448 #0448AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0334 #03347D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0221 #022150 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F6FF;
--black-100: #DCEAFE;
--black-200: #BED7FE;
--black-300: #8CB9FD;
--black-400: #5095FB;
--black-500: #1E76FA;
--black-600: #045BDC;
--black-700: #0448AF;
--black-800: #03347D;
--black-900: #022150;
--black-950: #011532;
}