Blue

#3527F1

Blue

Color Codes

All color formats for development

HEX
#3527F1
RGB
rgb(53, 39, 241)
HSL
hsl(244, 88%, 55%)
OKLCH
oklch(0.471 0.276 271.4)
CMYK
cmyk(78%, 84%, 0%, 5%)

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
#F2F1
100
#E0DD
200
#C5C1
300
#9891
400
#6257
500
#3527
600
#1B0D
700
#150B
800
#0F08
900
#0A05
950
#0603

Shades

Darker variations

1#1E0FED
2#1B0DD3
3#170CB9
4#140A9E
5#110884
6#0D0769
7#0A054F
8#070335
9#03021A

Tints

Lighter variations

1#493DF3
2#5D52F4
3#7168F5
4#867EF7
5#9A93F8
6#AEA9F9
7#C2BEFB
8#D7D4FC
9#EBE9FE

Tones

Muted variations

1#3D31E7
2#463BDD
3#4F46D3
4#5850C9
5#605ABF
6#6964B5
7#726EAB
8#7B78A0
9#838296

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DD
#E0DDFD
Light backgroundsTable row hoverSkeleton loading
200
C5C1
#C5C1FB
Secondary backgroundsInput backgroundsDividers
300
9891
#9891F8
BordersInactive statesPlaceholder text
400
6257
#6257F4
Disabled statesSecondary iconsMuted text
500
3527
#3527F1
Primary brand colorCTAsActive elementsLinks
600
1B0D
#1B0DD3
Hover statesFocus ringsPrimary buttons hover
700
150B
#150BA8
Active/pressed statesDark mode accentsSecondary text
800
0F08
#0F0878
Text on light backgroundsHeadingsStrong borders
900
0A05
#0A054D
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: #F2F1FE;
  --blue-100: #E0DDFD;
  --blue-200: #C5C1FB;
  --blue-300: #9891F8;
  --blue-400: #6257F4;
  --blue-500: #3527F1;
  --blue-600: #1B0DD3;
  --blue-700: #150BA8;
  --blue-800: #0F0878;
  --blue-900: #0A054D;
  --blue-950: #060330;
}
Generate More ShadesCreate PaletteConvert Color