Black
#0A042F
BlueColor Codes
All color formats for development
HEX
#0A042FRGB
rgb(10, 4, 47)HSL
hsl(248, 84%, 10%)OKLCH
oklch(0.162 0.082 279.8)CMYK
cmyk(79%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09042A
2#080326
3#070321
4#06021C
5#050217
6#040213
7#03010E
8#020109
9#010005
Tints
Lighter variations
1#130859
2#1B0B83
3#240FAE
4#2D13D8
5#462CED
6#6B56F0
7#9080F4
8#B5ABF8
9#DAD5FB
Tones
Muted variations
1#0B062D
2#0D082B
3#0F0B28
4#100D26
5#120F24
6#131122
7#151320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A093 #A093F6 | BordersInactive statesPlaceholder text |
| 400 | 6F5B #6F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 462C #462CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B12 #2B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220E #220EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FE;
--black-100: #E2DEFC;
--black-200: #C9C2FA;
--black-300: #A093F6;
--black-400: #6F5BF1;
--black-500: #462CED;
--black-600: #2B12CE;
--black-700: #220EA4;
--black-800: #180A75;
--black-900: #10074B;
--black-950: #0A042F;
}