Black
#080033
BlueColor Codes
All color formats for development
HEX
#080033RGB
rgb(8, 0, 51)HSL
hsl(249, 100%, 10%)OKLCH
oklch(0.155 0.096 277.4)CMYK
cmyk(84%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07002E
2#060029
3#050024
4#05001F
5#04001A
6#030014
7#02000F
8#02000A
9#010005
Tints
Lighter variations
1#0F0061
2#15008F
3#1C00BD
4#2300EB
5#3C1AFF
6#6347FF
7#8A75FF
8#B1A3FF
9#D8D1FF
Tones
Muted variations
1#090330
2#0B052E
3#0D082B
4#0F0A29
5#110D26
6#120F24
7#141221
8#16141F
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FF;
--black-100: #E1DBFF;
--black-200: #C7BDFF;
--black-300: #9B8AFF;
--black-400: #674DFF;
--black-500: #3C1AFF;
--black-600: #2200E0;
--black-700: #1B00B3;
--black-800: #130080;
--black-900: #0C0052;
--black-950: #080033;
}