Royal Blue

#146DCC

Blue

Color Codes

All color formats for development

HEX
#146DCC
RGB
rgb(20, 109, 204)
HSL
hsl(211, 82%, 44%)
OKLCH
oklch(0.54 0.167 254.9)
CMYK
cmyk(90%, 47%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

5.14:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFED
200
#C3DD
300
#94C3
400
#5DA3
500
#2E89
600
#146D
700
#1057
800
#0B3E
900
#0728
950
#0519

Shades

Darker variations

1#1262B8
2#1057A3
3#0E4C8F
4#0C417B
5#0A3766
6#082C52
7#06213D
8#041629
9#020B14

Tints

Lighter variations

1#177BE6
2#2F8AEA
3#4998ED
4#63A7F0
5#7DB6F2
6#97C4F5
7#B1D3F7
8#CBE2FA
9#E5F0FC

Tones

Muted variations

1#1D6DC3
2#276EBA
3#306EB1
4#396EA7
5#426F9E
6#4B6F95
7#556F8C
8#5E7083
9#677079

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DFED
#DFEDFC
Light backgroundsTable row hoverSkeleton loading
200
C3DD
#C3DDF9
Secondary backgroundsInput backgroundsDividers
300
94C3
#94C3F4
BordersInactive statesPlaceholder text
400
5DA3
#5DA3EF
Disabled statesSecondary iconsMuted text
500
2E89
#2E89EA
Primary brand colorCTAsActive elementsLinks
600
146D
#146DCC
Hover statesFocus ringsPrimary buttons hover
700
1057
#1057A2
Active/pressed statesDark mode accentsSecondary text
800
0B3E
#0B3E74
Text on light backgroundsHeadingsStrong borders
900
0728
#07284A
Primary textHigh emphasis contentDark headings
950
0519
#05192E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F7FE;
  --royal-blue-100: #DFEDFC;
  --royal-blue-200: #C3DDF9;
  --royal-blue-300: #94C3F4;
  --royal-blue-400: #5DA3EF;
  --royal-blue-500: #2E89EA;
  --royal-blue-600: #146DCC;
  --royal-blue-700: #1057A2;
  --royal-blue-800: #0B3E74;
  --royal-blue-900: #07284A;
  --royal-blue-950: #05192E;
}
Generate More ShadesCreate PaletteConvert Color