Black
#000E33
BlueColor Codes
All color formats for development
HEX
#000E33RGB
rgb(0, 14, 51)HSL
hsl(224, 100%, 10%)OKLCH
oklch(0.181 0.077 260.8)CMYK
cmyk(100%, 73%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000C2E
2#000B29
3#000A24
4#00081F
5#00071A
6#000514
7#00040F
8#00030A
9#000105
Tints
Lighter variations
1#001A61
2#00268F
3#0032BD
4#003FEB
5#1A57FF
6#4778FF
7#759AFF
8#A3BCFF
9#D1DDFF
Tones
Muted variations
1#030F30
2#05102E
3#08112B
4#0A1229
5#0D1426
6#0F1524
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 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA9 #8AA9FF | BordersInactive statesPlaceholder text |
| 400 | 4D7C #4D7CFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A57 #1A57FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 003C #003CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0030 #0030B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0022 #002280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0016 #001652 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F4FF;
--black-100: #DBE5FF;
--black-200: #BDCEFF;
--black-300: #8AA9FF;
--black-400: #4D7CFF;
--black-500: #1A57FF;
--black-600: #003CE0;
--black-700: #0030B3;
--black-800: #002280;
--black-900: #001652;
--black-950: #000E33;
}