Blue

#401FF9

Blue

Color Codes

All color formats for development

HEX
#401FF9
RGB
rgb(64, 31, 249)
HSL
hsl(249, 95%, 55%)
OKLCH
oklch(0.48 0.285 273.8)
CMYK
cmyk(74%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

7.55:1

AA AAA

On Black Background

2.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DC
200
#C8BE
300
#9D8D
400
#6A51
500
#401F
600
#2606
700
#1E04
800
#1503
900
#0E02
950
#0901

Shades

Darker variations

1#2A06F6
2#2606DB
3#2105BF
4#1C04A4
5#170489
6#13036D
7#0E0252
8#090137
9#05011B

Tints

Lighter variations

1#5336FA
2#664CFA
3#7962FB
4#8C79FC
5#9F8FFC
6#B3A5FD
7#C6BCFD
8#D9D2FE
9#ECE9FE

Tones

Muted variations

1#482AEE
2#4F35E3
3#5740D9
4#5E4BCE
5#6656C3
6#6E61B8
7#756CAD
8#7D76A2
9#858197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DC
#E1DCFE
Light backgroundsTable row hoverSkeleton loading
200
C8BE
#C8BEFD
Secondary backgroundsInput backgroundsDividers
300
9D8D
#9D8DFC
BordersInactive statesPlaceholder text
400
6A51
#6A51FB
Disabled statesSecondary iconsMuted text
500
401F
#401FF9
Primary brand colorCTAsActive elementsLinks
600
2606
#2606DB
Hover statesFocus ringsPrimary buttons hover
700
1E04
#1E04AE
Active/pressed statesDark mode accentsSecondary text
800
1503
#15037C
Text on light backgroundsHeadingsStrong borders
900
0E02
#0E0250
Primary textHigh emphasis contentDark headings
950
0901
#090132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F2F0FF;
  --blue-100: #E1DCFE;
  --blue-200: #C8BEFD;
  --blue-300: #9D8DFC;
  --blue-400: #6A51FB;
  --blue-500: #401FF9;
  --blue-600: #2606DB;
  --blue-700: #1E04AE;
  --blue-800: #15037C;
  --blue-900: #0E0250;
  --blue-950: #090132;
}
Generate More ShadesCreate PaletteConvert Color