Black
#090330
BlueColor Codes
All color formats for development
HEX
#090330RGB
rgb(9, 3, 48)HSL
hsl(248, 88%, 10%)OKLCH
oklch(0.159 0.085 278.6)CMYK
cmyk(81%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08032B
2#070226
3#060222
4#05021D
5#050218
6#040113
7#03010E
8#02010A
9#010005
Tints
Lighter variations
1#11065B
2#190986
3#210BB1
4#2A0EDD
5#4227F1
6#6852F4
7#8E7EF7
8#B3A9F9
9#D9D4FC
Tones
Muted variations
1#0B052E
2#0C082B
3#0E0A29
4#100C27
5#110E25
6#131122
7#151320
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 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E2DDFD;
--black-200: #C8C1FB;
--black-300: #9F91F8;
--black-400: #6C57F4;
--black-500: #4227F1;
--black-600: #280DD3;
--black-700: #200BA8;
--black-800: #170878;
--black-900: #0E054D;
--black-950: #090330;
}