Black
#011632
BlueColor Codes
All color formats for development
HEX
#011632RGB
rgb(1, 22, 50)HSL
hsl(214, 96%, 10%)OKLCH
oklch(0.202 0.063 254.8)CMYK
cmyk(98%, 56%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01142D
2#011228
3#011023
4#010D1E
5#010B19
6#000914
7#00070F
8#00040A
9#000205
Tints
Lighter variations
1#022A5F
2#033E8C
3#0452B9
4#0566E6
5#1E7EFA
6#4B97FB
7#78B1FC
8#A5CBFD
9#D2E5FE
Tones
Muted variations
1#031730
2#06172D
3#08172B
4#0B1828
5#0D1826
6#101823
7#121921
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBD #8CBDFD | BordersInactive statesPlaceholder text |
| 400 | 509A #509AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7E #1E7EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0462 #0462DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F6FF;
--black-100: #DCEBFE;
--black-200: #BEDAFE;
--black-300: #8CBDFD;
--black-400: #509AFB;
--black-500: #1E7EFA;
--black-600: #0462DC;
--black-700: #044EAF;
--black-800: #03387D;
--black-900: #022450;
--black-950: #011632;
}