Black
#06042F
BlueColor Codes
All color formats for development
HEX
#06042FRGB
rgb(6, 4, 47)HSL
hsl(243, 84%, 10%)OKLCH
oklch(0.158 0.083 274.2)CMYK
cmyk(87%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06042A
2#050326
3#040321
4#04021C
5#030217
6#020213
7#02010E
8#010109
9#010005
Tints
Lighter variations
1#0C0859
2#110B83
3#170FAE
4#1D13D8
5#352CED
6#5E56F0
7#8680F4
8#AEABF8
9#D7D5FB
Tones
Muted variations
1#08062D
2#0A082B
3#0C0B28
4#0E0D26
5#100F24
6#121122
7#141320
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 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9893 #9893F6 | BordersInactive statesPlaceholder text |
| 400 | 625B #625BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 352C #352CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B12 #1B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 160E #160EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100A #100A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E0DEFC;
--black-200: #C5C2FA;
--black-300: #9893F6;
--black-400: #625BF1;
--black-500: #352CED;
--black-600: #1B12CE;
--black-700: #160EA4;
--black-800: #100A75;
--black-900: #0A074B;
--black-950: #06042F;
}