Black
#011B32
BlueColor Codes
All color formats for development
HEX
#011B32RGB
rgb(1, 27, 50)HSL
hsl(208, 96%, 10%)OKLCH
oklch(0.217 0.056 247.8)CMYK
cmyk(98%, 46%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01182D
2#011628
3#011323
4#01101E
5#010E19
6#000B14
7#00080F
8#00050A
9#000305
Tints
Lighter variations
1#02345F
2#034C8C
3#0464B9
4#057DE6
5#1E94FA
6#4BA9FB
7#78BFFC
8#A5D4FD
9#D2EAFE
Tones
Muted variations
1#031B30
2#061B2D
3#081B2B
4#0B1A28
5#0D1A26
6#101A23
7#121A21
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE0 #BEE0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CC8 #8CC8FD | BordersInactive statesPlaceholder text |
| 400 | 50AB #50ABFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E94 #1E94FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0477 #0477DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045F #045FAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0344 #03447D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022B #022B50 | Primary textHigh emphasis contentDark headings |
| 950 | 011B #011B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F8FF;
--black-100: #DCEEFE;
--black-200: #BEE0FE;
--black-300: #8CC8FD;
--black-400: #50ABFB;
--black-500: #1E94FA;
--black-600: #0477DC;
--black-700: #045FAF;
--black-800: #03447D;
--black-900: #022B50;
--black-950: #011B32;
}