Blue

#471AFF

Blue

Color Codes

All color formats for development

HEX
#471AFF
RGB
rgb(71, 26, 255)
HSL
hsl(252, 100%, 55%)
OKLCH
oklch(0.488 0.292 275.4)
CMYK
cmyk(72%, 90%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

7.34:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E2DB
200
#CABD
300
#A18A
400
#704D
500
#471A
600
#2D00
700
#2400
800
#1A00
900
#1000
950
#0A00

Shades

Darker variations

1#3200FC
2#2D00E0
3#2700C4
4#2200A8
5#1C008C
6#160070
7#110054
8#0B0038
9#06001C

Tints

Lighter variations

1#5A30FF
2#6C47FF
3#7E5EFF
4#9175FF
5#A38CFF
6#B6A3FF
7#C8BAFF
8#DAD1FF
9#EDE8FF

Tones

Muted variations

1#4E25F4
2#5530E8
3#5C3CDD
4#6347D1
5#6A53C6
6#715EBA
7#786AAF
8#7E75A3
9#858198

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E2DB
#E2DBFF
Light backgroundsTable row hoverSkeleton loading
200
CABD
#CABDFF
Secondary backgroundsInput backgroundsDividers
300
A18A
#A18AFF
BordersInactive statesPlaceholder text
400
704D
#704DFF
Disabled statesSecondary iconsMuted text
500
471A
#471AFF
Primary brand colorCTAsActive elementsLinks
600
2D00
#2D00E0
Hover statesFocus ringsPrimary buttons hover
700
2400
#2400B3
Active/pressed statesDark mode accentsSecondary text
800
1A00
#1A0080
Text on light backgroundsHeadingsStrong borders
900
1000
#100052
Primary textHigh emphasis contentDark headings
950
0A00
#0A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F3F0FF;
  --blue-100: #E2DBFF;
  --blue-200: #CABDFF;
  --blue-300: #A18AFF;
  --blue-400: #704DFF;
  --blue-500: #471AFF;
  --blue-600: #2D00E0;
  --blue-700: #2400B3;
  --blue-800: #1A0080;
  --blue-900: #100052;
  --blue-950: #0A0033;
}
Generate More ShadesCreate PaletteConvert Color