Royal Blue

#5C6FF0

Blue

Color Codes

All color formats for development

HEX
#5C6FF0
RGB
rgb(92, 111, 240)
HSL
hsl(232, 83%, 65%)
OKLCH
oklch(0.596 0.193 272.8)
CMYK
cmyk(62%, 54%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

4.21:1

AA AAA

On Black Background

4.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE2
200
#C2CA
300
#94A1
400
#5C6F
500
#2D46
600
#132C
700
#0F23
800
#0B19
900
#0710
950
#040A

Shades

Darker variations

1#3D55ED
2#1F3AEA
3#142DD4
4#1127B6
5#0E2098
6#0B1A79
7#08135B
8#060D3D
9#03061E

Tints

Lighter variations

1#6C7EF1
2#7C8CF3
3#8D9AF4
4#9DA9F6
5#ADB7F7
6#BEC6F9
7#CED4FA
8#DEE2FC
9#EFF1FD

Tones

Muted variations

1#6375E8
2#6A7AE1
3#7280DA
4#7985D2
5#818BCB
6#8890C3
7#9095BC
8#979BB5
9#9EA0AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE2
#DEE2FC
Light backgroundsTable row hoverSkeleton loading
200
C2CA
#C2CAF9
Secondary backgroundsInput backgroundsDividers
300
94A1
#94A1F5
BordersInactive statesPlaceholder text
400
5C6F
#5C6FF0
Disabled statesSecondary iconsMuted text
500
2D46
#2D46EB
Primary brand colorCTAsActive elementsLinks
600
132C
#132CCD
Hover statesFocus ringsPrimary buttons hover
700
0F23
#0F23A3
Active/pressed statesDark mode accentsSecondary text
800
0B19
#0B1975
Text on light backgroundsHeadingsStrong borders
900
0710
#07104B
Primary textHigh emphasis contentDark headings
950
040A
#040A2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F3FE;
  --royal-blue-100: #DEE2FC;
  --royal-blue-200: #C2CAF9;
  --royal-blue-300: #94A1F5;
  --royal-blue-400: #5C6FF0;
  --royal-blue-500: #2D46EB;
  --royal-blue-600: #132CCD;
  --royal-blue-700: #0F23A3;
  --royal-blue-800: #0B1975;
  --royal-blue-900: #07104B;
  --royal-blue-950: #040A2F;
}
Generate More ShadesCreate PaletteConvert Color