Royal Blue

#196DC8

Blue

Color Codes

All color formats for development

HEX
#196DC8
RGB
rgb(25, 109, 200)
HSL
hsl(211, 78%, 44%)
OKLCH
oklch(0.538 0.161 254.7)
CMYK
cmyk(88%, 45%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.17:1

AA AAA

On Black Background

4.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFED
200
#C4DD
300
#97C3
400
#60A3
500
#3389
600
#196D
700
#1457
800
#0E3E
900
#0928
950
#0619

Shades

Darker variations

1#1662B4
2#1457A0
3#114C8C
4#0F4278
5#0C3764
6#0A2C50
7#07213C
8#051628
9#020B14

Tints

Lighter variations

1#1C7BE1
2#348AE6
3#4D98E9
4#66A7EC
5#80B6EF
6#99C4F2
7#B3D3F6
8#CCE2F9
9#E6F0FC

Tones

Muted variations

1#216EBF
2#2A6EB6
3#336EAD
4#3C6EA5
5#446F9C
6#4D6F93
7#566F8A
8#5F7082
9#677079

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFED
#DFEDFB
Light backgroundsTable row hoverSkeleton loading
200
C4DD
#C4DDF8
Secondary backgroundsInput backgroundsDividers
300
97C3
#97C3F2
BordersInactive statesPlaceholder text
400
60A3
#60A3EB
Disabled statesSecondary iconsMuted text
500
3389
#3389E6
Primary brand colorCTAsActive elementsLinks
600
196D
#196DC8
Hover statesFocus ringsPrimary buttons hover
700
1457
#14579F
Active/pressed statesDark mode accentsSecondary text
800
0E3E
#0E3E71
Text on light backgroundsHeadingsStrong borders
900
0928
#092849
Primary textHigh emphasis contentDark headings
950
0619
#06192D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F7FD;
  --royal-blue-100: #DFEDFB;
  --royal-blue-200: #C4DDF8;
  --royal-blue-300: #97C3F2;
  --royal-blue-400: #60A3EB;
  --royal-blue-500: #3389E6;
  --royal-blue-600: #196DC8;
  --royal-blue-700: #14579F;
  --royal-blue-800: #0E3E71;
  --royal-blue-900: #092849;
  --royal-blue-950: #06192D;
}
Generate More ShadesCreate PaletteConvert Color