Black
#040033
BlueColor Codes
All color formats for development
HEX
#040033RGB
rgb(4, 0, 51)HSL
hsl(245, 100%, 10%)OKLCH
oklch(0.15 0.097 271.3)CMYK
cmyk(92%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04002E
2#030029
3#030024
4#03001F
5#02001A
6#020014
7#01000F
8#01000A
9#000005
Tints
Lighter variations
1#080061
2#0C008F
3#1000BD
4#1400EB
5#2D1AFF
6#5747FF
7#8175FF
8#ABA3FF
9#D5D1FF
Tones
Muted variations
1#060330
2#08052E
3#0B082B
4#0D0A29
5#0F0D26
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 | C2BD #C2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 938A #938AFF | BordersInactive statesPlaceholder text |
| 400 | 5B4D #5B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 2D1A #2D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1300 #1300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F00 #0F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B00 #0B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0700 #070052 | Primary textHigh emphasis contentDark headings |
| 950 | 0400 #040033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FF;
--black-100: #DEDBFF;
--black-200: #C2BDFF;
--black-300: #938AFF;
--black-400: #5B4DFF;
--black-500: #2D1AFF;
--black-600: #1300E0;
--black-700: #0F00B3;
--black-800: #0B0080;
--black-900: #070052;
--black-950: #040033;
}