Black
#011E32
BlueColor Codes
All color formats for development
HEX
#011E32RGB
rgb(1, 30, 50)HSL
hsl(204, 96%, 10%)OKLCH
oklch(0.225 0.052 242.5)CMYK
cmyk(98%, 40%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011B2D
2#011828
3#011523
4#01121E
5#010F19
6#000C14
7#00090F
8#00060A
9#000305
Tints
Lighter variations
1#023A5F
2#03558C
3#0470B9
4#058CE6
5#1EA2FA
6#4BB5FB
7#78C7FC
8#A5DAFD
9#D2ECFE
Tones
Muted variations
1#031E30
2#061D2D
3#081D2B
4#0B1C28
5#0D1C26
6#101B23
7#121B21
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE4 #BEE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD0 #8CD0FD | BordersInactive statesPlaceholder text |
| 400 | 50B7 #50B7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EA2 #1EA2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0486 #0486DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 046A #046AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034C #034C7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0231 #023150 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F9FF;
--black-100: #DCF1FE;
--black-200: #BEE4FE;
--black-300: #8CD0FD;
--black-400: #50B7FB;
--black-500: #1EA2FA;
--black-600: #0486DC;
--black-700: #046AAF;
--black-800: #034C7D;
--black-900: #023150;
--black-950: #011E32;
}