Black
#012232
BlueColor Codes
All color formats for development
HEX
#012232RGB
rgb(1, 34, 50)HSL
hsl(200, 96%, 10%)OKLCH
oklch(0.238 0.049 234.1)CMYK
cmyk(98%, 32%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011E2D
2#011B28
3#011823
4#01141E
5#011119
6#000D14
7#000A0F
8#00070A
9#000305
Tints
Lighter variations
1#02405F
2#035E8C
3#047DB9
4#059BE6
5#1EB1FA
6#4BC1FB
7#78D0FC
8#A5E0FD
9#D2EFFE
Tones
Muted variations
1#032130
2#06202D
3#081F2B
4#0B1E28
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 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE8 #BEE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD7 #8CD7FD | BordersInactive statesPlaceholder text |
| 400 | 50C2 #50C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB1 #1EB1FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0494 #0494DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFF;
--black-100: #DCF3FE;
--black-200: #BEE8FE;
--black-300: #8CD7FD;
--black-400: #50C2FB;
--black-500: #1EB1FA;
--black-600: #0494DC;
--black-700: #0476AF;
--black-800: #03547D;
--black-900: #023650;
--black-950: #012232;
}