Black
#011D32
BlueColor Codes
All color formats for development
HEX
#011D32RGB
rgb(1, 29, 50)HSL
hsl(206, 96%, 10%)OKLCH
oklch(0.222 0.053 244.3)CMYK
cmyk(98%, 42%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011A2D
2#011728
3#011423
4#01111E
5#010E19
6#000C14
7#00090F
8#00060A
9#000305
Tints
Lighter variations
1#02375F
2#03518C
3#046AB9
4#0584E6
5#1E9BFA
6#4BAFFB
7#78C3FC
8#A5D7FD
9#D2EBFE
Tones
Muted variations
1#031C30
2#061C2D
3#081C2B
4#0B1B28
5#0D1B26
6#101B23
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 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE2 #BEE2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CCC #8CCCFD | BordersInactive statesPlaceholder text |
| 400 | 50B1 #50B1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E9B #1E9BFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 047F #047FDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0465 #0465AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0348 #03487D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E50 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F8FF;
--black-100: #DCEFFE;
--black-200: #BEE2FE;
--black-300: #8CCCFD;
--black-400: #50B1FB;
--black-500: #1E9BFA;
--black-600: #047FDC;
--black-700: #0465AF;
--black-800: #03487D;
--black-900: #022E50;
--black-950: #011D32;
}