Black
#09042F
BlueColor Codes
All color formats for development
HEX
#09042FRGB
rgb(9, 4, 47)HSL
hsl(247, 84%, 10%)OKLCH
oklch(0.161 0.082 278.5)CMYK
cmyk(81%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08042A
2#070326
3#060321
4#05021C
5#050217
6#040213
7#03010E
8#020109
9#010005
Tints
Lighter variations
1#110859
2#190B83
3#220FAE
4#2A13D8
5#422CED
6#6856F0
7#8E80F4
8#B4ABF8
9#D9D5FB
Tones
Muted variations
1#0B062D
2#0C082B
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 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F93 #9F93F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5B #6C5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 422C #422CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2812 #2812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200E #200EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170A #170A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E2DEFC;
--black-200: #C9C2FA;
--black-300: #9F93F6;
--black-400: #6C5BF1;
--black-500: #422CED;
--black-600: #2812CE;
--black-700: #200EA4;
--black-800: #170A75;
--black-900: #0F074B;
--black-950: #09042F;
}