Black
#011432
BlueColor Codes
All color formats for development
HEX
#011432RGB
rgb(1, 20, 50)HSL
hsl(217, 96%, 10%)OKLCH
oklch(0.196 0.066 257)CMYK
cmyk(98%, 60%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01122D
2#011028
3#010E23
4#010C1E
5#010A19
6#000814
7#00060F
8#00040A
9#000205
Tints
Lighter variations
1#02265F
2#03378C
3#0449B9
4#055BE6
5#1E73FA
6#4B8FFB
7#78ABFC
8#A5C7FD
9#D2E3FE
Tones
Muted variations
1#031430
2#06152D
3#08162B
4#0B1628
5#0D1726
6#101723
7#121821
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED6 #BED6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB7 #8CB7FD | BordersInactive statesPlaceholder text |
| 400 | 5092 #5092FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E73 #1E73FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0457 #0457DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0445 #0445AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0331 #03317D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #022050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F6FF;
--black-100: #DCE9FE;
--black-200: #BED6FE;
--black-300: #8CB7FD;
--black-400: #5092FB;
--black-500: #1E73FA;
--black-600: #0457DC;
--black-700: #0445AF;
--black-800: #03317D;
--black-900: #022050;
--black-950: #011432;
}