Royal Blue

#462DEB

Blue

Color Codes

All color formats for development

HEX
#462DEB
RGB
rgb(70, 45, 235)
HSL
hsl(248, 83%, 55%)
OKLCH
oklch(0.48 0.261 276.1)
CMYK
cmyk(70%, 81%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.41:1

AA AAA

On Black Background

2.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E2DE
200
#CAC2
300
#A194
400
#6F5C
500
#462D
600
#2C13
700
#230F
800
#190B
900
#1007
950
#0A04

Shades

Darker variations

1#3115E7
2#2C13CD
3#2611B4
4#210E9A
5#1B0C80
6#160A67
7#10074D
8#0B0533
9#05021A

Tints

Lighter variations

1#5942ED
2#6B57EF
3#7E6CF1
4#9081F3
5#A396F5
6#B5ABF7
7#C8C0F9
8#DAD5FB
9#EDEAFD

Tones

Muted variations

1#4D37E2
2#5440D8
3#5B4ACF
4#6253C5
5#695DBC
6#7066B2
7#7770A9
8#7E799F
9#858396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DE
#E2DEFC
Light backgroundsTable row hoverSkeleton loading
200
CAC2
#CAC2F9
Secondary backgroundsInput backgroundsDividers
300
A194
#A194F5
BordersInactive statesPlaceholder text
400
6F5C
#6F5CF0
Disabled statesSecondary iconsMuted text
500
462D
#462DEB
Primary brand colorCTAsActive elementsLinks
600
2C13
#2C13CD
Hover statesFocus ringsPrimary buttons hover
700
230F
#230FA3
Active/pressed statesDark mode accentsSecondary text
800
190B
#190B75
Text on light backgroundsHeadingsStrong borders
900
1007
#10074B
Primary textHigh emphasis contentDark headings
950
0A04
#0A042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F1FE;
  --royal-blue-100: #E2DEFC;
  --royal-blue-200: #CAC2F9;
  --royal-blue-300: #A194F5;
  --royal-blue-400: #6F5CF0;
  --royal-blue-500: #462DEB;
  --royal-blue-600: #2C13CD;
  --royal-blue-700: #230FA3;
  --royal-blue-800: #190B75;
  --royal-blue-900: #10074B;
  --royal-blue-950: #0A042F;
}
Generate More ShadesCreate PaletteConvert Color