Blue

#3C00E0

Purple

Color Codes

All color formats for development

HEX
#3C00E0
RGB
rgb(60, 0, 224)
HSL
hsl(256, 100%, 44%)
OKLCH
oklch(0.433 0.271 275.4)
CMYK
cmyk(73%, 100%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

9.26:1

AA AAA

On Black Background

2.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DB
200
#CEBD
300
#A98A
400
#7C4D
500
#571A
600
#3C00
700
#3000
800
#2200
900
#1600
950
#0E00

Shades

Darker variations

1#3600CA
2#3000B4
3#2A009D
4#240087
5#1E0070
6#18005A
7#120043
8#0C002D
9#060016

Tints

Lighter variations

1#4300FD
2#571BFF
3#6C37FF
4#8154FF
5#9670FF
6#AB8DFF
7#C0A9FF
8#D5C6FF
9#EAE2FF

Tones

Muted variations

1#410BD5
2#4616CA
3#4C22BF
4#512DB4
5#5638A8
6#5B439D
7#604F92
8#665A87
9#6B657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E5DB
#E5DBFF
Light backgroundsTable row hoverSkeleton loading
200
CEBD
#CEBDFF
Secondary backgroundsInput backgroundsDividers
300
A98A
#A98AFF
BordersInactive statesPlaceholder text
400
7C4D
#7C4DFF
Disabled statesSecondary iconsMuted text
500
571A
#571AFF
Primary brand colorCTAsActive elementsLinks
600
3C00
#3C00E0
Hover statesFocus ringsPrimary buttons hover
700
3000
#3000B3
Active/pressed statesDark mode accentsSecondary text
800
2200
#220080
Text on light backgroundsHeadingsStrong borders
900
1600
#160052
Primary textHigh emphasis contentDark headings
950
0E00
#0E0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F4F0FF;
  --blue-100: #E5DBFF;
  --blue-200: #CEBDFF;
  --blue-300: #A98AFF;
  --blue-400: #7C4DFF;
  --blue-500: #571AFF;
  --blue-600: #3C00E0;
  --blue-700: #3000B3;
  --blue-800: #220080;
  --blue-900: #160052;
  --blue-950: #0E0033;
}
Generate More ShadesCreate PaletteConvert Color