Blue

#301AFF

Blue

Color Codes

All color formats for development

HEX
#301AFF
RGB
rgb(48, 26, 255)
HSL
hsl(246, 100%, 55%)
OKLCH
oklch(0.475 0.298 269.8)
CMYK
cmyk(81%, 90%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

7.73:1

AA AAA

On Black Background

2.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDB
200
#C3BD
300
#958A
400
#5E4D
500
#301A
600
#1600
700
#1200
800
#0D00
900
#0800
950
#0500

Shades

Darker variations

1#1900FC
2#1600E0
3#1400C4
4#1100A8
5#0E008C
6#0B0070
7#080054
8#060038
9#03001C

Tints

Lighter variations

1#4530FF
2#5A47FF
3#6E5EFF
4#8375FF
5#988CFF
6#ACA3FF
7#C1BAFF
8#D6D1FF
9#EAE8FF

Tones

Muted variations

1#3A25F4
2#4330E8
3#4C3CDD
4#5547D1
5#5E53C6
6#685EBA
7#716AAF
8#7A75A3
9#838198

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDB
#DFDBFF
Light backgroundsTable row hoverSkeleton loading
200
C3BD
#C3BDFF
Secondary backgroundsInput backgroundsDividers
300
958A
#958AFF
BordersInactive statesPlaceholder text
400
5E4D
#5E4DFF
Disabled statesSecondary iconsMuted text
500
301A
#301AFF
Primary brand colorCTAsActive elementsLinks
600
1600
#1600E0
Hover statesFocus ringsPrimary buttons hover
700
1200
#1200B3
Active/pressed statesDark mode accentsSecondary text
800
0D00
#0D0080
Text on light backgroundsHeadingsStrong borders
900
0800
#080052
Primary textHigh emphasis contentDark headings
950
0500
#050033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F0FF;
  --blue-100: #DFDBFF;
  --blue-200: #C3BDFF;
  --blue-300: #958AFF;
  --blue-400: #5E4DFF;
  --blue-500: #301AFF;
  --blue-600: #1600E0;
  --blue-700: #1200B3;
  --blue-800: #0D0080;
  --blue-900: #080052;
  --blue-950: #050033;
}
Generate More ShadesCreate PaletteConvert Color