Royal Blue

#186AC9

Blue

Color Codes

All color formats for development

HEX
#186AC9
RGB
rgb(24, 106, 201)
HSL
hsl(212, 79%, 44%)
OKLCH
oklch(0.531 0.166 255.8)
CMYK
cmyk(88%, 47%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.32:1

AA AAA

On Black Background

3.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C4DC
300
#96C1
400
#5FA1
500
#3286
600
#186A
700
#1355
800
#0D3C
900
#0927
950
#0518

Shades

Darker variations

1#1560B5
2#1355A1
3#104A8D
4#0E4079
5#0C3564
6#092B50
7#07203C
8#051528
9#020B14

Tints

Lighter variations

1#1B78E2
2#3387E7
3#4C96EA
4#66A5ED
5#7FB4F0
6#99C3F3
7#B2D2F6
8#CCE1F9
9#E5F0FC

Tones

Muted variations

1#206BC0
2#296BB7
3#326CAE
4#3B6DA5
5#446D9D
6#4D6E94
7#566E8B
8#5E6F82
9#677079

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFB
Light backgroundsTable row hoverSkeleton loading
200
C4DC
#C4DCF8
Secondary backgroundsInput backgroundsDividers
300
96C1
#96C1F3
BordersInactive statesPlaceholder text
400
5FA1
#5FA1EC
Disabled statesSecondary iconsMuted text
500
3286
#3286E7
Primary brand colorCTAsActive elementsLinks
600
186A
#186AC9
Hover statesFocus ringsPrimary buttons hover
700
1355
#1355A0
Active/pressed statesDark mode accentsSecondary text
800
0D3C
#0D3C72
Text on light backgroundsHeadingsStrong borders
900
0927
#092749
Primary textHigh emphasis contentDark headings
950
0518
#05182E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F7FD;
  --royal-blue-100: #DFECFB;
  --royal-blue-200: #C4DCF8;
  --royal-blue-300: #96C1F3;
  --royal-blue-400: #5FA1EC;
  --royal-blue-500: #3286E7;
  --royal-blue-600: #186AC9;
  --royal-blue-700: #1355A0;
  --royal-blue-800: #0D3C72;
  --royal-blue-900: #092749;
  --royal-blue-950: #05182E;
}
Generate More ShadesCreate PaletteConvert Color