Black

#0C0033

Blue

Color Codes

All color formats for development

HEX
#0C0033
RGB
rgb(12, 0, 51)
HSL
hsl(254, 100%, 10%)
OKLCH
oklch(0.159 0.095 282.7)
CMYK
cmyk(76%, 100%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

19.75: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
#E4DB
200
#CCBD
300
#A58A
400
#764D
500
#4F1A
600
#3400
700
#2A00
800
#1E00
900
#1300
950
#0C00

Shades

Darker variations

1#0B002E
2#0A0029
3#080024
4#07001F
5#06001A
6#050014
7#04000F
8#02000A
9#010005

Tints

Lighter variations

1#170061
2#21008F
3#2C00BD
4#3700EB
5#4F1AFF
6#7247FF
7#9575FF
8#B9A3FF
9#DCD1FF

Tones

Muted variations

1#0D0330
2#0F052E
3#10082B
4#110A29
5#130D26
6#140F24
7#151221
8#17141F
9#18171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DB
#E4DBFF
Light backgroundsTable row hoverSkeleton loading
200
CCBD
#CCBDFF
Secondary backgroundsInput backgroundsDividers
300
A58A
#A58AFF
BordersInactive statesPlaceholder text
400
764D
#764DFF
Disabled statesSecondary iconsMuted text
500
4F1A
#4F1AFF
Primary brand colorCTAsActive elementsLinks
600
3400
#3400E0
Hover statesFocus ringsPrimary buttons hover
700
2A00
#2A00B3
Active/pressed statesDark mode accentsSecondary text
800
1E00
#1E0080
Text on light backgroundsHeadingsStrong borders
900
1300
#130052
Primary textHigh emphasis contentDark headings
950
0C00
#0C0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F3F0FF;
  --black-100: #E4DBFF;
  --black-200: #CCBDFF;
  --black-300: #A58AFF;
  --black-400: #764DFF;
  --black-500: #4F1AFF;
  --black-600: #3400E0;
  --black-700: #2A00B3;
  --black-800: #1E0080;
  --black-900: #130052;
  --black-950: #0C0033;
}
Generate More ShadesCreate PaletteConvert Color