Black
#001033
BlueColor Codes
All color formats for development
HEX
#001033RGB
rgb(0, 16, 51)HSL
hsl(221, 100%, 10%)OKLCH
oklch(0.186 0.074 259.6)CMYK
cmyk(100%, 69%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000F2E
2#000D29
3#000B24
4#000A1F
5#00081A
6#000614
7#00050F
8#00030A
9#000205
Tints
Lighter variations
1#001F61
2#002D8F
3#003CBD
4#004AEB
5#1A62FF
6#4782FF
7#75A1FF
8#A3C0FF
9#D1E0FF
Tones
Muted variations
1#031130
2#05122E
3#08132B
4#0A1429
5#0D1526
6#0F1624
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 | DBE7 #DBE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAF #8AAFFF | BordersInactive statesPlaceholder text |
| 400 | 4D85 #4D85FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A62 #1A62FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0047 #0047E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0039 #0039B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0028 #002880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001A #001A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0010 #001033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FF;
--black-100: #DBE7FF;
--black-200: #BDD2FF;
--black-300: #8AAFFF;
--black-400: #4D85FF;
--black-500: #1A62FF;
--black-600: #0047E0;
--black-700: #0039B3;
--black-800: #002880;
--black-900: #001A52;
--black-950: #001033;
}