Royal Blue

#3B27F1

Blue

Color Codes

All color formats for development

HEX
#3B27F1
RGB
rgb(59, 39, 241)
HSL
hsl(246, 88%, 55%)
OKLCH
oklch(0.474 0.274 272.8)
CMYK
cmyk(76%, 84%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

7.65:1

AA AAA

On Black Background

2.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E1DD
200
#C7C1
300
#9B91
400
#6757
500
#3B27
600
#210D
700
#1A0B
800
#1308
900
#0C05
950
#0803

Shades

Darker variations

1#250FED
2#210DD3
3#1D0CB9
4#190A9E
5#150884
6#110769
7#0C054F
8#080335
9#04021A

Tints

Lighter variations

1#4F3DF3
2#6352F4
3#7668F5
4#8A7EF7
5#9D93F8
6#B1A9F9
7#C4BEFB
8#D8D4FC
9#EBE9FE

Tones

Muted variations

1#4431E7
2#4C3BDD
3#5446D3
4#5C50C9
5#645ABF
6#6C64B5
7#746EAB
8#7C78A0
9#848296

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E1DD
#E1DDFD
Light backgroundsTable row hoverSkeleton loading
200
C7C1
#C7C1FB
Secondary backgroundsInput backgroundsDividers
300
9B91
#9B91F8
BordersInactive statesPlaceholder text
400
6757
#6757F4
Disabled statesSecondary iconsMuted text
500
3B27
#3B27F1
Primary brand colorCTAsActive elementsLinks
600
210D
#210DD3
Hover statesFocus ringsPrimary buttons hover
700
1A0B
#1A0BA8
Active/pressed statesDark mode accentsSecondary text
800
1308
#130878
Text on light backgroundsHeadingsStrong borders
900
0C05
#0C054D
Primary textHigh emphasis contentDark headings
950
0803
#080330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F1FE;
  --royal-blue-100: #E1DDFD;
  --royal-blue-200: #C7C1FB;
  --royal-blue-300: #9B91F8;
  --royal-blue-400: #6757F4;
  --royal-blue-500: #3B27F1;
  --royal-blue-600: #210DD3;
  --royal-blue-700: #1A0BA8;
  --royal-blue-800: #130878;
  --royal-blue-900: #0C054D;
  --royal-blue-950: #080330;
}
Generate More ShadesCreate PaletteConvert Color