Blue

#341EFA

Blue

Color Codes

All color formats for development

HEX
#341EFA
RGB
rgb(52, 30, 250)
HSL
hsl(246, 96%, 55%)
OKLCH
oklch(0.474 0.29 270.9)
CMYK
cmyk(79%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

7.74:1

AA AAA

On Black Background

2.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C4BE
300
#978C
400
#6150
500
#341E
600
#1A04
700
#1504
800
#0F03
900
#0902
950
#0601

Shades

Darker variations

1#1D05F7
2#1A04DC
3#1704C0
4#1403A5
5#100389
6#0D026E
7#0A0252
8#070137
9#03011B

Tints

Lighter variations

1#4835FB
2#5D4BFB
3#7162FC
4#8578FC
5#9A8FFD
6#AEA5FD
7#C2BCFE
8#D6D2FE
9#EBE9FF

Tones

Muted variations

1#3D29EF
2#4634E4
3#4F3FD9
4#574ACE
5#6055C3
6#6960B8
7#726BAD
8#7B76A2
9#838197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFE
Light backgroundsTable row hoverSkeleton loading
200
C4BE
#C4BEFE
Secondary backgroundsInput backgroundsDividers
300
978C
#978CFD
BordersInactive statesPlaceholder text
400
6150
#6150FB
Disabled statesSecondary iconsMuted text
500
341E
#341EFA
Primary brand colorCTAsActive elementsLinks
600
1A04
#1A04DC
Hover statesFocus ringsPrimary buttons hover
700
1504
#1504AF
Active/pressed statesDark mode accentsSecondary text
800
0F03
#0F037D
Text on light backgroundsHeadingsStrong borders
900
0902
#090250
Primary textHigh emphasis contentDark headings
950
0601
#060132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F0FF;
  --blue-100: #DFDCFE;
  --blue-200: #C4BEFE;
  --blue-300: #978CFD;
  --blue-400: #6150FB;
  --blue-500: #341EFA;
  --blue-600: #1A04DC;
  --blue-700: #1504AF;
  --blue-800: #0F037D;
  --blue-900: #090250;
  --blue-950: #060132;
}
Generate More ShadesCreate PaletteConvert Color