Black
#001733
BlueColor Codes
All color formats for development
HEX
#001733RGB
rgb(0, 23, 51)HSL
hsl(213, 100%, 10%)OKLCH
oklch(0.205 0.064 253.2)CMYK
cmyk(100%, 55%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00152E
2#001229
3#001024
4#000E1F
5#000B1A
6#000914
7#00070F
8#00050A
9#000205
Tints
Lighter variations
1#002C61
2#00408F
3#0055BD
4#006AEB
5#1A81FF
6#479AFF
7#75B3FF
8#A3CDFF
9#D1E6FF
Tones
Muted variations
1#031730
2#05172E
3#08182B
4#0A1829
5#0D1826
6#0F1824
7#121921
8#14191F
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABE #8ABEFF | BordersInactive statesPlaceholder text |
| 400 | 4D9D #4D9DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A81 #1A81FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0065 #0065E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0050 #0050B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0039 #003980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0025 #002552 | Primary textHigh emphasis contentDark headings |
| 950 | 0017 #001733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F7FF;
--black-100: #DBEBFF;
--black-200: #BDDBFF;
--black-300: #8ABEFF;
--black-400: #4D9DFF;
--black-500: #1A81FF;
--black-600: #0065E0;
--black-700: #0050B3;
--black-800: #003980;
--black-900: #002552;
--black-950: #001733;
}