Black
#012132
BlueColor Codes
All color formats for development
HEX
#012132RGB
rgb(1, 33, 50)HSL
hsl(201, 96%, 10%)OKLCH
oklch(0.235 0.049 236.3)CMYK
cmyk(98%, 34%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011E2D
2#011A28
3#011723
4#01141E
5#011019
6#000D14
7#000A0F
8#00070A
9#000305
Tints
Lighter variations
1#023E5F
2#035C8C
3#047AB9
4#0597E6
5#1EADFA
6#4BBEFB
7#78CEFC
8#A5DEFD
9#D2EFFE
Tones
Muted variations
1#032030
2#061F2D
3#081F2B
4#0B1E28
5#0D1D26
6#101C23
7#121C21
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD5 #8CD5FD | BordersInactive statesPlaceholder text |
| 400 | 50BF #50BFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EAD #1EADFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0491 #0491DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0473 #0473AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0352 #03527D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0235 #023550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFF;
--black-100: #DCF2FE;
--black-200: #BEE7FE;
--black-300: #8CD5FD;
--black-400: #50BFFB;
--black-500: #1EADFA;
--black-600: #0491DC;
--black-700: #0473AF;
--black-800: #03527D;
--black-900: #023550;
--black-950: #012132;
}