Royal Blue

#0B60EA

Blue

Color Codes

All color formats for development

HEX
#0B60EA
RGB
rgb(11, 96, 234)
HSL
hsl(217, 91%, 48%)
OKLCH
oklch(0.535 0.221 260.9)
CMYK
cmyk(95%, 59%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

5.42:1

AA AAA

On Black Background

3.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#8FB8
400
#5593
500
#2474
600
#0A58
700
#0846
800
#0632
900
#0420
950
#0214

Shades

Darker variations

1#0A57D2
2#094DBB
3#0843A4
4#073A8C
5#063075
6#04275E
7#031D46
8#02132F
9#010A17

Tints

Lighter variations

1#1B6EF4
2#347EF5
3#4E8EF7
4#679FF8
5#80AFF9
6#9ABFFA
7#B3CFFB
8#CCDFFD
9#E6EFFE

Tones

Muted variations

1#1663DF
2#2166D4
3#2C68C8
4#386BBD
5#436DB2
6#4E70A7
7#59739C
8#647591
9#6F7886

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
8FB8
#8FB8FA
BordersInactive statesPlaceholder text
400
5593
#5593F7
Disabled statesSecondary iconsMuted text
500
2474
#2474F5
Primary brand colorCTAsActive elementsLinks
600
0A58
#0A58D6
Hover statesFocus ringsPrimary buttons hover
700
0846
#0846AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#06327A
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F6FE;
  --royal-blue-100: #DDE9FD;
  --royal-blue-200: #C0D7FC;
  --royal-blue-300: #8FB8FA;
  --royal-blue-400: #5593F7;
  --royal-blue-500: #2474F5;
  --royal-blue-600: #0A58D6;
  --royal-blue-700: #0846AA;
  --royal-blue-800: #06327A;
  --royal-blue-900: #04204E;
  --royal-blue-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color