Black
#0A0033
BlueColor Codes
All color formats for development
HEX
#0A0033RGB
rgb(10, 0, 51)HSL
hsl(252, 100%, 10%)OKLCH
oklch(0.157 0.095 280.1)CMYK
cmyk(80%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09002E
2#080029
3#070024
4#06001F
5#05001A
6#040014
7#03000F
8#02000A
9#010005
Tints
Lighter variations
1#130061
2#1D008F
3#2600BD
4#2F00EB
5#471AFF
6#6C47FF
7#9175FF
8#B6A3FF
9#DAD1FF
Tones
Muted variations
1#0C0330
2#0D052E
3#0F082B
4#100A29
5#120D26
6#130F24
7#151221
8#16141F
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F0FF;
--black-100: #E2DBFF;
--black-200: #CABDFF;
--black-300: #A18AFF;
--black-400: #704DFF;
--black-500: #471AFF;
--black-600: #2D00E0;
--black-700: #2400B3;
--black-800: #1A0080;
--black-900: #100052;
--black-950: #0A0033;
}