Black
#09092A
BlueColor Codes
All color formats for development
HEX
#09092ARGB
rgb(9, 9, 42)HSL
hsl(240, 65%, 10%)OKLCH
oklch(0.167 0.065 276.7)CMYK
cmyk(79%, 79%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080826
2#070722
3#06061D
4#050519
5#040415
6#040411
7#03030D
8#020208
9#010104
Tints
Lighter variations
1#111150
2#191976
3#21219C
4#2929C2
5#4242D7
6#6868DF
7#8D8DE7
8#B3B3EF
9#D9D9F7
Tones
Muted variations
1#0B0B28
2#0C0C27
3#0E0E25
4#101023
5#111122
6#131320
7#15151E
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEA | BordersInactive statesPlaceholder text |
| 400 | 6C6C #6C6CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4242 #4242D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2727 #2727B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F1F #1F1F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #161669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FC;
--black-100: #E2E2F9;
--black-200: #C8C8F3;
--black-300: #9E9EEA;
--black-400: #6C6CE0;
--black-500: #4242D7;
--black-600: #2727B9;
--black-700: #1F1F93;
--black-800: #161669;
--black-900: #0E0E43;
--black-950: #09092A;
}