Black

#0B0330

Blue

Color Codes

All color formats for development

HEX
#0B0330
RGB
rgb(11, 3, 48)
HSL
hsl(251, 88%, 10%)
OKLCH
oklch(0.162 0.085 281.3)
CMYK
cmyk(77%, 94%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

19.63:1

AA AAA

On Black Background

1.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DD
200
#CBC1
300
#A491
400
#7457
500
#4C27
600
#320D
700
#280B
800
#1C08
900
#1205
950
#0B03

Shades

Darker variations

1#0A032B
2#090226
3#080222
4#07021D
5#060218
6#050113
7#03010E
8#02010A
9#010005

Tints

Lighter variations

1#15065B
2#200986
3#2A0BB1
4#340EDD
5#4C27F1
6#7052F4
7#947EF7
8#B8A9F9
9#DBD4FC

Tones

Muted variations

1#0D052E
2#0E082B
3#100A29
4#110C27
5#120E25
6#141122
7#151320
8#17151E
9#18171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DD
#E3DDFD
Light backgroundsTable row hoverSkeleton loading
200
CBC1
#CBC1FB
Secondary backgroundsInput backgroundsDividers
300
A491
#A491F8
BordersInactive statesPlaceholder text
400
7457
#7457F4
Disabled statesSecondary iconsMuted text
500
4C27
#4C27F1
Primary brand colorCTAsActive elementsLinks
600
320D
#320DD3
Hover statesFocus ringsPrimary buttons hover
700
280B
#280BA8
Active/pressed statesDark mode accentsSecondary text
800
1C08
#1C0878
Text on light backgroundsHeadingsStrong borders
900
1205
#12054D
Primary textHigh emphasis contentDark headings
950
0B03
#0B0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F3F1FE;
  --black-100: #E3DDFD;
  --black-200: #CBC1FB;
  --black-300: #A491F8;
  --black-400: #7457F4;
  --black-500: #4C27F1;
  --black-600: #320DD3;
  --black-700: #280BA8;
  --black-800: #1C0878;
  --black-900: #12054D;
  --black-950: #0B0330;
}
Generate More ShadesCreate PaletteConvert Color