Royal Blue

#245FF5

Blue

Color Codes

All color formats for development

HEX
#245FF5
RGB
rgb(36, 95, 245)
HSL
hsl(223, 91%, 55%)
OKLCH
oklch(0.547 0.232 263.9)
CMYK
cmyk(85%, 61%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

5.21:1

AA AAA

On Black Background

4.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DDE6
200
#C0D1
300
#8FAD
400
#5583
500
#245F
600
#0A44
700
#0836
800
#0627
900
#0419
950
#020F

Shades

Darker variations

1#0B4CF1
2#0A44D6
3#093BBC
4#0833A1
5#062A86
6#05226B
7#041950
8#031136
9#01081B

Tints

Lighter variations

1#3A6FF6
2#507FF7
3#668FF8
4#7B9FF9
5#91AFFA
6#A7BFFB
7#BDCFFC
8#D3DFFD
9#E9EFFE

Tones

Muted variations

1#2E64EA
2#3968E0
3#436DD5
4#4E71CB
5#5876C0
6#627AB6
7#6D7FAC
8#7783A1
9#828897

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE6
#DDE6FD
Light backgroundsTable row hoverSkeleton loading
200
C0D1
#C0D1FC
Secondary backgroundsInput backgroundsDividers
300
8FAD
#8FADFA
BordersInactive statesPlaceholder text
400
5583
#5583F7
Disabled statesSecondary iconsMuted text
500
245F
#245FF5
Primary brand colorCTAsActive elementsLinks
600
0A44
#0A44D6
Hover statesFocus ringsPrimary buttons hover
700
0836
#0836AA
Active/pressed statesDark mode accentsSecondary text
800
0627
#06277A
Text on light backgroundsHeadingsStrong borders
900
0419
#04194E
Primary textHigh emphasis contentDark headings
950
020F
#020F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F4FE;
  --royal-blue-100: #DDE6FD;
  --royal-blue-200: #C0D1FC;
  --royal-blue-300: #8FADFA;
  --royal-blue-400: #5583F7;
  --royal-blue-500: #245FF5;
  --royal-blue-600: #0A44D6;
  --royal-blue-700: #0836AA;
  --royal-blue-800: #06277A;
  --royal-blue-900: #04194E;
  --royal-blue-950: #020F31;
}
Generate More ShadesCreate PaletteConvert Color