Black
#09052E
BlueColor Codes
All color formats for development
HEX
#09052ERGB
rgb(9, 5, 46)HSL
hsl(246, 80%, 10%)OKLCH
oklch(0.162 0.079 278.3)CMYK
cmyk(80%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080529
2#070425
3#060420
4#06031C
5#050317
6#040212
7#03020E
8#020109
9#010105
Tints
Lighter variations
1#110A57
2#1A0E81
3#2213AA
4#2A17D3
5#4330E8
6#685AED
7#8E83F1
8#B4ACF6
9#D9D6FA
Tones
Muted variations
1#0B072C
2#0C092A
3#0E0B28
4#100D26
5#110F24
6#131122
7#151320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FD;
--black-100: #E2DFFB;
--black-200: #C9C3F8;
--black-300: #9F95F3;
--black-400: #6D5EED;
--black-500: #4330E8;
--black-600: #2816CA;
--black-700: #2012A1;
--black-800: #170D73;
--black-900: #0F0849;
--black-950: #09052E;
}