Royal Blue

#658CE6

Blue

Color Codes

All color formats for development

HEX
#658CE6
RGB
rgb(101, 140, 230)
HSL
hsl(222, 72%, 65%)
OKLCH
oklch(0.652 0.142 265)
CMYK
cmyk(56%, 39%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E8
200
#C6D4
300
#9AB3
400
#658C
500
#3A6B
600
#1F50
700
#1940
800
#122D
900
#0B1D
950
#0712

Shades

Darker variations

1#4977E1
2#2C61DD
3#2053C8
4#1C47AB
5#173B8F
6#132F72
7#0E2356
8#091839
9#050C1D

Tints

Lighter variations

1#7598E9
2#84A3EB
3#94AFEE
4#A3BAF0
5#B2C6F3
6#C2D1F5
7#D1DDF8
8#E0E8FA
9#F0F4FD

Tones

Muted variations

1#6C8FE0
2#7291D9
3#7994D3
4#7F96CC
5#8699C6
6#8C9BBF
7#929EB9
8#99A1B3
9#9FA3AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E8
#E0E8FA
Light backgroundsTable row hoverSkeleton loading
200
C6D4
#C6D4F6
Secondary backgroundsInput backgroundsDividers
300
9AB3
#9AB3EF
BordersInactive statesPlaceholder text
400
658C
#658CE6
Disabled statesSecondary iconsMuted text
500
3A6B
#3A6BDF
Primary brand colorCTAsActive elementsLinks
600
1F50
#1F50C1
Hover statesFocus ringsPrimary buttons hover
700
1940
#19409A
Active/pressed statesDark mode accentsSecondary text
800
122D
#122D6E
Text on light backgroundsHeadingsStrong borders
900
0B1D
#0B1D46
Primary textHigh emphasis contentDark headings
950
0712
#07122C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F5FD;
  --royal-blue-100: #E0E8FA;
  --royal-blue-200: #C6D4F6;
  --royal-blue-300: #9AB3EF;
  --royal-blue-400: #658CE6;
  --royal-blue-500: #3A6BDF;
  --royal-blue-600: #1F50C1;
  --royal-blue-700: #19409A;
  --royal-blue-800: #122D6E;
  --royal-blue-900: #0B1D46;
  --royal-blue-950: #07122C;
}
Generate More ShadesCreate PaletteConvert Color