Black
#011132
BlueColor Codes
All color formats for development
HEX
#011132RGB
rgb(1, 17, 50)HSL
hsl(220, 96%, 10%)OKLCH
oklch(0.188 0.07 259.8)CMYK
cmyk(98%, 66%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01102D
2#010E28
3#010C23
4#010A1E
5#010919
6#000714
7#00050F
8#00030A
9#000205
Tints
Lighter variations
1#02215F
2#03318C
3#0440B9
4#0550E6
5#1E68FA
6#4B86FB
7#78A4FC
8#A5C2FD
9#D2E1FE
Tones
Muted variations
1#031230
2#06132D
3#08142B
4#0B1528
5#0D1526
6#101623
7#121721
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED3 #BED3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB2 #8CB2FD | BordersInactive statesPlaceholder text |
| 400 | 5089 #5089FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E68 #1E68FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 044C #044CDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043D #043DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032B #032B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FF;
--black-100: #DCE7FE;
--black-200: #BED3FE;
--black-300: #8CB2FD;
--black-400: #5089FB;
--black-500: #1E68FA;
--black-600: #044CDC;
--black-700: #043DAF;
--black-800: #032B7D;
--black-900: #021C50;
--black-950: #011132;
}