Royal Blue

#528FFA

Blue

Color Codes

All color formats for development

HEX
#528FFA
RGB
rgb(82, 143, 250)
HSL
hsl(218, 94%, 65%)
OKLCH
oklch(0.661 0.172 260.8)
CMYK
cmyk(67%, 43%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.15:1

AA AAA

On Black Background

6.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE9
200
#BFD6
300
#8DB6
400
#528F
500
#206F
600
#0754
700
#0543
800
#0430
900
#021F
950
#0213

Shades

Darker variations

1#327BF9
2#1266F8
3#0757E1
4#064BC1
5#053EA1
6#043281
7#032560
8#021940
9#010C20

Tints

Lighter variations

1#639BFA
2#74A6FB
3#86B1FB
4#97BCFC
5#A8C7FC
6#BAD2FD
7#CBDEFD
8#DCE9FE
9#EEF4FE

Tones

Muted variations

1#5A92F1
2#6394E9
3#6B96E0
4#7398D8
5#7C9BD0
6#849DC7
7#8D9FBF
8#95A1B7
9#9DA4AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE9
#DCE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FD
Secondary backgroundsInput backgroundsDividers
300
8DB6
#8DB6FB
BordersInactive statesPlaceholder text
400
528F
#528FFA
Disabled statesSecondary iconsMuted text
500
206F
#206FF8
Primary brand colorCTAsActive elementsLinks
600
0754
#0754DA
Hover statesFocus ringsPrimary buttons hover
700
0543
#0543AD
Active/pressed statesDark mode accentsSecondary text
800
0430
#04307C
Text on light backgroundsHeadingsStrong borders
900
021F
#021F4F
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F5FF;
  --royal-blue-100: #DCE9FE;
  --royal-blue-200: #BFD6FD;
  --royal-blue-300: #8DB6FB;
  --royal-blue-400: #528FFA;
  --royal-blue-500: #206FF8;
  --royal-blue-600: #0754DA;
  --royal-blue-700: #0543AD;
  --royal-blue-800: #04307C;
  --royal-blue-900: #021F4F;
  --royal-blue-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color