Blue

#3602DE

Blue

Color Codes

All color formats for development

HEX
#3602DE
RGB
rgb(54, 2, 222)
HSL
hsl(254, 98%, 44%)
OKLCH
oklch(0.427 0.27 273.7)
CMYK
cmyk(76%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

9.46:1

AA AAA

On Black Background

2.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DC
200
#CDBD
300
#A68B
400
#774E
500
#501C
600
#3602
700
#2B02
800
#1E01
900
#1301
950
#0C01

Shades

Darker variations

1#3002C8
2#2B02B2
3#25029C
4#200185
5#1B016F
6#150159
7#100143
8#0B002C
9#050016

Tints

Lighter variations

1#3C03FA
2#511DFD
3#6739FD
4#7D55FD
5#9272FE
6#A88EFE
7#BEAAFE
8#D4C6FE
9#E9E3FF

Tones

Muted variations

1#3B0DD3
2#4118C8
3#4723BD
4#4D2EB2
5#5339A7
6#59449C
7#5F4F91
8#645A86
9#6A657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFF
Light backgroundsTable row hoverSkeleton loading
200
CDBD
#CDBDFE
Secondary backgroundsInput backgroundsDividers
300
A68B
#A68BFE
BordersInactive statesPlaceholder text
400
774E
#774EFD
Disabled statesSecondary iconsMuted text
500
501C
#501CFD
Primary brand colorCTAsActive elementsLinks
600
3602
#3602DE
Hover statesFocus ringsPrimary buttons hover
700
2B02
#2B02B1
Active/pressed statesDark mode accentsSecondary text
800
1E01
#1E017E
Text on light backgroundsHeadingsStrong borders
900
1301
#130151
Primary textHigh emphasis contentDark headings
950
0C01
#0C0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F3F0FF;
  --blue-100: #E4DCFF;
  --blue-200: #CDBDFE;
  --blue-300: #A68BFE;
  --blue-400: #774EFD;
  --blue-500: #501CFD;
  --blue-600: #3602DE;
  --blue-700: #2B02B1;
  --blue-800: #1E017E;
  --blue-900: #130151;
  --blue-950: #0C0132;
}
Generate More ShadesCreate PaletteConvert Color