Black

#0A0033

Blue

Color Codes

All color formats for development

HEX
#0A0033
RGB
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

On White Background

19.80:1

AA AAA

On Black Background

1.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E2DB
200
#CABD
300
#A18A
400
#704D
500
#471A
600
#2D00
700
#2400
800
#1A00
900
#1000
950
#0A00

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color