Blue

#3A20F8

Blue

Color Codes

All color formats for development

HEX
#3A20F8
RGB
rgb(58, 32, 248)
HSL
hsl(247, 94%, 55%)
OKLCH
oklch(0.476 0.285 272.4)
CMYK
cmyk(77%, 87%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

7.66:1

AA AAA

On Black Background

2.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C6BF
300
#9A8D
400
#6552
500
#3A20
600
#1F07
700
#1905
800
#1204
900
#0B02
950
#0702

Shades

Darker variations

1#2308F5
2#1F07DA
3#1B06BE
4#1805A3
5#140488
6#10036D
7#0C0352
8#080236
9#04011B

Tints

Lighter variations

1#4D37F9
2#614DF9
3#7563FA
4#8979FB
5#9C90FC
6#B0A6FC
7#C4BCFD
8#D8D2FE
9#EBE9FE

Tones

Muted variations

1#422BED
2#4A36E3
3#5241D8
4#5B4CCD
5#6356C2
6#6B61B7
7#736CAD
8#7C77A2
9#848197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E0DC
#E0DCFE
Light backgroundsTable row hoverSkeleton loading
200
C6BF
#C6BFFD
Secondary backgroundsInput backgroundsDividers
300
9A8D
#9A8DFB
BordersInactive statesPlaceholder text
400
6552
#6552FA
Disabled statesSecondary iconsMuted text
500
3A20
#3A20F8
Primary brand colorCTAsActive elementsLinks
600
1F07
#1F07DA
Hover statesFocus ringsPrimary buttons hover
700
1905
#1905AD
Active/pressed statesDark mode accentsSecondary text
800
1204
#12047C
Text on light backgroundsHeadingsStrong borders
900
0B02
#0B024F
Primary textHigh emphasis contentDark headings
950
0702
#070231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F2F0FF;
  --blue-100: #E0DCFE;
  --blue-200: #C6BFFD;
  --blue-300: #9A8DFB;
  --blue-400: #6552FA;
  --blue-500: #3A20F8;
  --blue-600: #1F07DA;
  --blue-700: #1905AD;
  --blue-800: #12047C;
  --blue-900: #0B024F;
  --blue-950: #070231;
}
Generate More ShadesCreate PaletteConvert Color