Black
#001333
BlueColor Codes
All color formats for development
HEX
#001333RGB
rgb(0, 19, 51)HSL
hsl(218, 100%, 10%)OKLCH
oklch(0.194 0.07 257.3)CMYK
cmyk(100%, 63%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00112E
2#000F29
3#000D24
4#000B1F
5#00091A
6#000714
7#00060F
8#00040A
9#000205
Tints
Lighter variations
1#002461
2#00348F
3#0045BD
4#0056EB
5#1A6EFF
6#478BFF
7#75A8FF
8#A3C5FF
9#D1E2FF
Tones
Muted variations
1#031330
2#05142E
3#08152B
4#0A1529
5#0D1626
6#0F1724
7#121721
8#14181F
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB5 #8AB5FF | BordersInactive statesPlaceholder text |
| 400 | 4D8E #4D8EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6E #1A6EFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0052 #0052E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0041 #0041B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002F #002F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001E #001E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0013 #001333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FF;
--black-100: #DBE8FF;
--black-200: #BDD5FF;
--black-300: #8AB5FF;
--black-400: #4D8EFF;
--black-500: #1A6EFF;
--black-600: #0052E0;
--black-700: #0041B3;
--black-800: #002F80;
--black-900: #001E52;
--black-950: #001333;
}