Black
#080330
BlueColor Codes
All color formats for development
HEX
#080330RGB
rgb(8, 3, 48)HSL
hsl(247, 88%, 10%)OKLCH
oklch(0.158 0.086 277.3)CMYK
cmyk(83%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07032B
2#070226
3#060222
4#05021D
5#040218
6#030113
7#02010E
8#02010A
9#010005
Tints
Lighter variations
1#10065B
2#170986
3#1F0BB1
4#260EDD
5#3F27F1
6#6552F4
7#8C7EF7
8#B2A9F9
9#D9D4FC
Tones
Muted variations
1#0A052E
2#0C082B
3#0D0A29
4#0F0C27
5#110E25
6#131122
7#141320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E1DDFD;
--black-200: #C7C1FB;
--black-300: #9D91F8;
--black-400: #6A57F4;
--black-500: #3F27F1;
--black-600: #250DD3;
--black-700: #1D0BA8;
--black-800: #150878;
--black-900: #0D054D;
--black-950: #080330;
}