Black
#030033
BlueColor Codes
All color formats for development
HEX
#030033RGB
rgb(3, 0, 51)HSL
hsl(244, 100%, 10%)OKLCH
oklch(0.149 0.098 269.6)CMYK
cmyk(94%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03002E
2#030029
3#020024
4#02001F
5#02001A
6#010014
7#01000F
8#01000A
9#000005
Tints
Lighter variations
1#060061
2#0A008F
3#0D00BD
4#1000EB
5#291AFF
6#5447FF
7#7E75FF
8#A9A3FF
9#D4D1FF
Tones
Muted variations
1#060330
2#08052E
3#0A082B
4#0C0A29
5#0E0D26
6#110F24
7#131221
8#15141F
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FF;
--black-100: #DEDBFF;
--black-200: #C1BDFF;
--black-300: #928AFF;
--black-400: #584DFF;
--black-500: #291AFF;
--black-600: #0F00E0;
--black-700: #0C00B3;
--black-800: #080080;
--black-900: #050052;
--black-950: #030033;
}