Royal Blue

#353EE3

Blue

Color Codes

All color formats for development

HEX
#353EE3
RGB
rgb(53, 62, 227)
HSL
hsl(237, 76%, 55%)
OKLCH
oklch(0.482 0.242 270.7)
CMYK
cmyk(77%, 73%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

7.12:1

AA AAA

On Black Background

2.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E1
200
#C5C7
300
#989C
400
#6269
500
#353E
600
#1B23
700
#151C
800
#0F14
900
#0A0D
950
#0608

Shades

Darker variations

1#1E28DE
2#1B23C5
3#181FAD
4#141B94
5#11167B
6#0D1263
7#0A0D4A
8#070931
9#030419

Tints

Lighter variations

1#4951E6
2#5D64E9
3#7278EC
4#868BEE
5#9A9EF1
6#AEB2F4
7#C2C5F7
8#D7D8F9
9#EBECFC

Tones

Muted variations

1#3E46DB
2#464DD2
3#4F55C9
4#585DC1
5#6165B8
6#696DAF
7#7275A6
8#7B7D9E
9#848495

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E1
#E0E1FB
Light backgroundsTable row hoverSkeleton loading
200
C5C7
#C5C7F7
Secondary backgroundsInput backgroundsDividers
300
989C
#989CF1
BordersInactive statesPlaceholder text
400
6269
#6269EA
Disabled statesSecondary iconsMuted text
500
353E
#353EE3
Primary brand colorCTAsActive elementsLinks
600
1B23
#1B23C5
Hover statesFocus ringsPrimary buttons hover
700
151C
#151C9D
Active/pressed statesDark mode accentsSecondary text
800
0F14
#0F1470
Text on light backgroundsHeadingsStrong borders
900
0A0D
#0A0D48
Primary textHigh emphasis contentDark headings
950
0608
#06082D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F2FD;
  --royal-blue-100: #E0E1FB;
  --royal-blue-200: #C5C7F7;
  --royal-blue-300: #989CF1;
  --royal-blue-400: #6269EA;
  --royal-blue-500: #353EE3;
  --royal-blue-600: #1B23C5;
  --royal-blue-700: #151C9D;
  --royal-blue-800: #0F1470;
  --royal-blue-900: #0A0D48;
  --royal-blue-950: #06082D;
}
Generate More ShadesCreate PaletteConvert Color