Black
#012332
BlueColor Codes
All color formats for development
HEX
#012332RGB
rgb(1, 35, 50)HSL
hsl(198, 96%, 10%)OKLCH
oklch(0.241 0.048 231.8)CMYK
cmyk(98%, 30%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01202D
2#011C28
3#011923
4#01151E
5#011219
6#000E14
7#000B0F
8#00070A
9#000405
Tints
Lighter variations
1#02435F
2#03638C
3#0483B9
4#05A2E6
5#1EB8FA
6#4BC6FB
7#78D5FC
8#A5E3FD
9#D2F1FE
Tones
Muted variations
1#032230
2#06212D
3#08202B
4#0B1F28
5#0D1E26
6#101D23
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 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CDB #8CDBFD | BordersInactive statesPlaceholder text |
| 400 | 50C8 #50C8FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB8 #1EB8FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 049B #049BDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047C #047CAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0358 #03587D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #023850 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFF;
--black-100: #DCF4FE;
--black-200: #BEEBFE;
--black-300: #8CDBFD;
--black-400: #50C8FB;
--black-500: #1EB8FA;
--black-600: #049BDC;
--black-700: #047CAF;
--black-800: #03587D;
--black-900: #023850;
--black-950: #012332;
}