Black
#001633
BlueColor Codes
All color formats for development
HEX
#001633RGB
rgb(0, 22, 51)HSL
hsl(214, 100%, 10%)OKLCH
oklch(0.202 0.065 254.3)CMYK
cmyk(100%, 57%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00142E
2#001229
3#000F24
4#000D1F
5#000B1A
6#000914
7#00070F
8#00040A
9#000205
Tints
Lighter variations
1#002A61
2#003E8F
3#0052BD
4#0066EB
5#1A7DFF
6#4797FF
7#75B1FF
8#A3CBFF
9#D1E5FF
Tones
Muted variations
1#031630
2#05172E
3#08172B
4#0A1729
5#0D1826
6#0F1824
7#121821
8#14191F
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD9 #BDD9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABD #8ABDFF | BordersInactive statesPlaceholder text |
| 400 | 4D9A #4D9AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A7D #1A7DFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0061 #0061E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004D #004DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0037 #003780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0023 #002352 | Primary textHigh emphasis contentDark headings |
| 950 | 0016 #001633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F6FF;
--black-100: #DBEBFF;
--black-200: #BDD9FF;
--black-300: #8ABDFF;
--black-400: #4D9AFF;
--black-500: #1A7DFF;
--black-600: #0061E0;
--black-700: #004DB3;
--black-800: #003780;
--black-900: #002352;
--black-950: #001633;
}