Blue

#3625F4

Blue

Color Codes

All color formats for development

HEX
#3625F4
RGB
rgb(54, 37, 244)
HSL
hsl(245, 90%, 55%)
OKLCH
oklch(0.473 0.28 271.5)
CMYK
cmyk(78%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

7.70:1

AA AAA

On Black Background

2.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DD
200
#C5C0
300
#9890
400
#6355
500
#3625
600
#1C0B
700
#1609
800
#1006
900
#0A04
950
#0603

Shades

Darker variations

1#200DF0
2#1C0BD5
3#190ABB
4#1508A0
5#120785
6#0E066B
7#0B0450
8#070335
9#04011B

Tints

Lighter variations

1#4A3BF5
2#5E51F6
3#7266F7
4#877CF8
5#9B92F9
6#AFA8FA
7#C3BEFC
8#D7D3FD
9#EBE9FE

Tones

Muted variations

1#3F2FE9
2#473ADF
3#5044D5
4#594ECA
5#6159C0
6#6A63B6
7#726DAB
8#7B78A1
9#848297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DD
#E0DDFD
Light backgroundsTable row hoverSkeleton loading
200
C5C0
#C5C0FC
Secondary backgroundsInput backgroundsDividers
300
9890
#9890F9
BordersInactive statesPlaceholder text
400
6355
#6355F6
Disabled statesSecondary iconsMuted text
500
3625
#3625F4
Primary brand colorCTAsActive elementsLinks
600
1C0B
#1C0BD5
Hover statesFocus ringsPrimary buttons hover
700
1609
#1609AA
Active/pressed statesDark mode accentsSecondary text
800
1006
#100679
Text on light backgroundsHeadingsStrong borders
900
0A04
#0A044E
Primary textHigh emphasis contentDark headings
950
0603
#060330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F2F0FE;
  --blue-100: #E0DDFD;
  --blue-200: #C5C0FC;
  --blue-300: #9890F9;
  --blue-400: #6355F6;
  --blue-500: #3625F4;
  --blue-600: #1C0BD5;
  --blue-700: #1609AA;
  --blue-800: #100679;
  --blue-900: #0A044E;
  --blue-950: #060330;
}
Generate More ShadesCreate PaletteConvert Color