Black
#09062D
BlueColor Codes
All color formats for development
HEX
#09062DRGB
rgb(9, 6, 45)HSL
hsl(245, 76%, 10%)OKLCH
oklch(0.163 0.075 278)CMYK
cmyk(80%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080628
2#070524
3#07041F
4#06041B
5#050316
6#040212
7#03020D
8#020109
9#010104
Tints
Lighter variations
1#120C55
2#1A117E
3#2317A6
4#2B1CCE
5#4435E3
6#695DE9
7#8F86EE
8#B4AEF4
9#DAD7F9
Tones
Muted variations
1#0B082B
2#0D0A29
3#0E0C27
4#100E25
5#111023
6#131221
7#15141F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F98 #9F98F1 | BordersInactive statesPlaceholder text |
| 400 | 6D62 #6D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4435 #4435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 291B #291BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2115 #21159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170F #170F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F2FD;
--black-100: #E2E0FB;
--black-200: #C9C5F7;
--black-300: #9F98F1;
--black-400: #6D62EA;
--black-500: #4435E3;
--black-600: #291BC5;
--black-700: #21159D;
--black-800: #170F70;
--black-900: #0F0A48;
--black-950: #09062D;
}