Royal Blue

#382EEA

Blue

Color Codes

All color formats for development

HEX
#382EEA
RGB
rgb(56, 46, 234)
HSL
hsl(243, 82%, 55%)
OKLCH
oklch(0.471 0.263 272.2)
CMYK
cmyk(76%, 80%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.64: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
#E0DF
200
#C5C3
300
#9994
400
#645D
500
#382E
600
#1D14
700
#1710
800
#110B
900
#0B07
950
#0705

Shades

Darker variations

1#2117E6
2#1D14CC
3#1A12B3
4#160F99
5#120D80
6#0F0A66
7#0B084D
8#070533
9#04031A

Tints

Lighter variations

1#4C43EC
2#5F58EE
3#736DF1
4#8782F3
5#9B97F5
6#AFABF7
7#C3C0F9
8#D7D5FB
9#EBEAFD

Tones

Muted variations

1#4038E1
2#4941D8
3#514ACE
4#5954C5
5#625DBB
6#6A67B2
7#7370A8
8#7B799F
9#848396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DF
#E0DFFC
Light backgroundsTable row hoverSkeleton loading
200
C5C3
#C5C3F9
Secondary backgroundsInput backgroundsDividers
300
9994
#9994F4
BordersInactive statesPlaceholder text
400
645D
#645DEF
Disabled statesSecondary iconsMuted text
500
382E
#382EEA
Primary brand colorCTAsActive elementsLinks
600
1D14
#1D14CC
Hover statesFocus ringsPrimary buttons hover
700
1710
#1710A2
Active/pressed statesDark mode accentsSecondary text
800
110B
#110B74
Text on light backgroundsHeadingsStrong borders
900
0B07
#0B074A
Primary textHigh emphasis contentDark headings
950
0705
#07052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F1FE;
  --royal-blue-100: #E0DFFC;
  --royal-blue-200: #C5C3F9;
  --royal-blue-300: #9994F4;
  --royal-blue-400: #645DEF;
  --royal-blue-500: #382EEA;
  --royal-blue-600: #1D14CC;
  --royal-blue-700: #1710A2;
  --royal-blue-800: #110B74;
  --royal-blue-900: #0B074A;
  --royal-blue-950: #07052E;
}
Generate More ShadesCreate PaletteConvert Color