Black
#001D33
BlueColor Codes
All color formats for development
HEX
#001D33RGB
rgb(0, 29, 51)HSL
hsl(206, 100%, 10%)OKLCH
oklch(0.223 0.056 244.6)CMYK
cmyk(100%, 43%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001A2E
2#001729
3#001424
4#00111F
5#000E1A
6#000C14
7#00090F
8#00060A
9#000305
Tints
Lighter variations
1#003761
2#00518F
3#006BBD
4#0085EB
5#1A9CFF
6#47AFFF
7#75C3FF
8#A3D7FF
9#D1EBFF
Tones
Muted variations
1#031D30
2#051C2E
3#081C2B
4#0A1C29
5#0D1B26
6#0F1B24
7#121B21
8#141A1F
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE2 #BDE2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACC #8ACCFF | BordersInactive statesPlaceholder text |
| 400 | 4DB2 #4DB2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9C #1A9CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 007F #007FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0065 #0065B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0048 #004880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002E #002E52 | Primary textHigh emphasis contentDark headings |
| 950 | 001D #001D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F8FF;
--black-100: #DBF0FF;
--black-200: #BDE2FF;
--black-300: #8ACCFF;
--black-400: #4DB2FF;
--black-500: #1A9CFF;
--black-600: #007FE0;
--black-700: #0065B3;
--black-800: #004880;
--black-900: #002E52;
--black-950: #001D33;
}