Royal Blue

#462CED

Blue

Color Codes

All color formats for development

HEX
#462CED
RGB
rgb(70, 44, 237)
HSL
hsl(248, 84%, 55%)
OKLCH
oklch(0.481 0.264 275.9)
CMYK
cmyk(70%, 81%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

7.39: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
#C9C2
300
#A093
400
#6F5B
500
#462C
600
#2B12
700
#220E
800
#180A
900
#1007
950
#0A04

Shades

Darker variations

1#3014E8
2#2B12CE
3#2610B5
4#200D9B
5#1B0B81
6#160967
7#10074D
8#0B0434
9#05021A

Tints

Lighter variations

1#5841EE
2#6B56F0
3#7D6BF2
4#9080F4
5#A295F6
6#B5ABF8
7#C7C0F9
8#DAD5FB
9#ECEAFD

Tones

Muted variations

1#4D35E3
2#543FD9
3#5B49D0
4#6252C6
5#695CBC
6#7066B3
7#776FA9
8#7E79A0
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
C9C2
#C9C2FA
Secondary backgroundsInput backgroundsDividers
300
A093
#A093F6
BordersInactive statesPlaceholder text
400
6F5B
#6F5BF1
Disabled statesSecondary iconsMuted text
500
462C
#462CED
Primary brand colorCTAsActive elementsLinks
600
2B12
#2B12CE
Hover statesFocus ringsPrimary buttons hover
700
220E
#220EA4
Active/pressed statesDark mode accentsSecondary text
800
180A
#180A75
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: #C9C2FA;
  --royal-blue-300: #A093F6;
  --royal-blue-400: #6F5BF1;
  --royal-blue-500: #462CED;
  --royal-blue-600: #2B12CE;
  --royal-blue-700: #220EA4;
  --royal-blue-800: #180A75;
  --royal-blue-900: #10074B;
  --royal-blue-950: #0A042F;
}
Generate More ShadesCreate PaletteConvert Color