Royal Blue

#368CE2

Blue

Color Codes

All color formats for development

HEX
#368CE2
RGB
rgb(54, 140, 226)
HSL
hsl(210, 75%, 55%)
OKLCH
oklch(0.63 0.153 251.6)
CMYK
cmyk(76%, 38%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

3.50:1

AA AAA

On Black Background

6.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0ED
200
#C5DE
300
#98C4
400
#63A6
500
#368C
600
#1C70
700
#1659
800
#1040
900
#0A29
950
#061A

Shades

Darker variations

1#207EDD
2#1C70C4
3#1962AC
4#155493
5#12467B
6#0E3862
7#0B2A4A
8#071C31
9#040E19

Tints

Lighter variations

1#4A98E5
2#5EA3E8
3#72AFEB
4#87BAEE
5#9BC6F1
6#AFD1F4
7#C3DDF6
8#D7E8F9
9#EBF4FC

Tones

Muted variations

1#3F8CDA
2#478CD1
3#508CC8
4#598CC0
5#618CB7
6#6A8CAF
7#728CA6
8#7B8C9D
9#848C95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0ED
#E0EDFB
Light backgroundsTable row hoverSkeleton loading
200
C5DE
#C5DEF7
Secondary backgroundsInput backgroundsDividers
300
98C4
#98C4F0
BordersInactive statesPlaceholder text
400
63A6
#63A6E9
Disabled statesSecondary iconsMuted text
500
368C
#368CE2
Primary brand colorCTAsActive elementsLinks
600
1C70
#1C70C4
Hover statesFocus ringsPrimary buttons hover
700
1659
#16599C
Active/pressed statesDark mode accentsSecondary text
800
1040
#104070
Text on light backgroundsHeadingsStrong borders
900
0A29
#0A2947
Primary textHigh emphasis contentDark headings
950
061A
#061A2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F7FD;
  --royal-blue-100: #E0EDFB;
  --royal-blue-200: #C5DEF7;
  --royal-blue-300: #98C4F0;
  --royal-blue-400: #63A6E9;
  --royal-blue-500: #368CE2;
  --royal-blue-600: #1C70C4;
  --royal-blue-700: #16599C;
  --royal-blue-800: #104070;
  --royal-blue-900: #0A2947;
  --royal-blue-950: #061A2D;
}
Generate More ShadesCreate PaletteConvert Color