Black
#000C33
BlueColor Codes
All color formats for development
HEX
#000C33RGB
rgb(0, 12, 51)HSL
hsl(226, 100%, 10%)OKLCH
oklch(0.176 0.08 261.8)CMYK
cmyk(100%, 76%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000B2E
2#000A29
3#000824
4#00071F
5#00061A
6#000514
7#00040F
8#00020A
9#000105
Tints
Lighter variations
1#001761
2#00218F
3#002CBD
4#0037EB
5#1A4FFF
6#4772FF
7#7595FF
8#A3B9FF
9#D1DCFF
Tones
Muted variations
1#030D30
2#050F2E
3#08102B
4#0A1129
5#0D1326
6#0F1424
7#121521
8#14171F
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCC #BDCCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA5 #8AA5FF | BordersInactive statesPlaceholder text |
| 400 | 4D76 #4D76FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A4F #1A4FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0034 #0034E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002A #002AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001E #001E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0013 #001352 | Primary textHigh emphasis contentDark headings |
| 950 | 000C #000C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F3FF;
--black-100: #DBE4FF;
--black-200: #BDCCFF;
--black-300: #8AA5FF;
--black-400: #4D76FF;
--black-500: #1A4FFF;
--black-600: #0034E0;
--black-700: #002AB3;
--black-800: #001E80;
--black-900: #001352;
--black-950: #000C33;
}