Royal Blue

#2350F6

Blue

Color Codes

All color formats for development

HEX
#2350F6
RGB
rgb(35, 80, 246)
HSL
hsl(227, 92%, 55%)
OKLCH
oklch(0.522 0.25 265.5)
CMYK
cmyk(86%, 67%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

5.92:1

AA AAA

On Black Background

3.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE4
200
#BFCD
300
#8EA6
400
#5477
500
#2350
600
#0936
700
#072B
800
#051F
900
#0314
950
#020C

Shades

Darker variations

1#0A3CF2
2#0936D7
3#082FBC
4#0728A2
5#062287
6#041B6C
7#031451
8#020D36
9#01071B

Tints

Lighter variations

1#3962F7
2#4F73F8
3#6585F9
4#7B96F9
5#91A8FA
6#A7B9FB
7#BDCBFC
8#D3DCFD
9#E9EEFE

Tones

Muted variations

1#2D56EB
2#385CE1
3#4262D6
4#4D68CC
5#576EC1
6#6274B6
7#6D7AAC
8#7780A1
9#828697

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE4
#DDE4FE
Light backgroundsTable row hoverSkeleton loading
200
BFCD
#BFCDFC
Secondary backgroundsInput backgroundsDividers
300
8EA6
#8EA6FA
BordersInactive statesPlaceholder text
400
5477
#5477F8
Disabled statesSecondary iconsMuted text
500
2350
#2350F6
Primary brand colorCTAsActive elementsLinks
600
0936
#0936D7
Hover statesFocus ringsPrimary buttons hover
700
072B
#072BAB
Active/pressed statesDark mode accentsSecondary text
800
051F
#051F7A
Text on light backgroundsHeadingsStrong borders
900
0314
#03144E
Primary textHigh emphasis contentDark headings
950
020C
#020C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F3FE;
  --royal-blue-100: #DDE4FE;
  --royal-blue-200: #BFCDFC;
  --royal-blue-300: #8EA6FA;
  --royal-blue-400: #5477F8;
  --royal-blue-500: #2350F6;
  --royal-blue-600: #0936D7;
  --royal-blue-700: #072BAB;
  --royal-blue-800: #051F7A;
  --royal-blue-900: #03144E;
  --royal-blue-950: #020C31;
}
Generate More ShadesCreate PaletteConvert Color