Black
#000D33
BlueColor Codes
All color formats for development
HEX
#000D33RGB
rgb(0, 13, 51)HSL
hsl(225, 100%, 10%)OKLCH
oklch(0.178 0.079 261.4)CMYK
cmyk(100%, 75%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000B2E
2#000A29
3#000924
4#00081F
5#00061A
6#000514
7#00040F
8#00030A
9#000105
Tints
Lighter variations
1#001861
2#00248F
3#002FBD
4#003BEB
5#1A53FF
6#4775FF
7#7598FF
8#A3BAFF
9#D1DDFF
Tones
Muted variations
1#030E30
2#050F2E
3#08112B
4#0A1229
5#0D1326
6#0F1424
7#121621
8#14171F
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA7 #8AA7FF | BordersInactive statesPlaceholder text |
| 400 | 4D79 #4D79FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A53 #1A53FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0038 #0038E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002D #002DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0020 #002080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0014 #001452 | Primary textHigh emphasis contentDark headings |
| 950 | 000D #000D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F4FF;
--black-100: #DBE4FF;
--black-200: #BDCDFF;
--black-300: #8AA7FF;
--black-400: #4D79FF;
--black-500: #1A53FF;
--black-600: #0038E0;
--black-700: #002DB3;
--black-800: #002080;
--black-900: #001452;
--black-950: #000D33;
}