Royal Blue

#1B68C5

Blue

Color Codes

All color formats for development

HEX
#1B68C5
RGB
rgb(27, 104, 197)
HSL
hsl(213, 76%, 44%)
OKLCH
oklch(0.525 0.162 256.2)
CMYK
cmyk(86%, 47%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.48:1

AA AAA

On Black Background

3.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0EC
200
#C5DB
300
#98C0
400
#629F
500
#3584
600
#1B68
700
#1552
800
#0F3B
900
#0A26
950
#0618

Shades

Darker variations

1#185DB2
2#16539E
3#13498A
4#103E76
5#0D3463
6#0B294F
7#081F3B
8#051527
9#030A14

Tints

Lighter variations

1#1E75DF
2#3684E4
3#4F93E7
4#68A3EA
5#81B2EE
6#9AC2F1
7#B4D1F5
8#CDE0F8
9#E6F0FC

Tones

Muted variations

1#2369BD
2#2C69B4
3#356AAC
4#3D6BA3
5#466C9B
6#4E6D92
7#576E8A
8#5F6E81
9#686F79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EC
#E0ECFB
Light backgroundsTable row hoverSkeleton loading
200
C5DB
#C5DBF7
Secondary backgroundsInput backgroundsDividers
300
98C0
#98C0F1
BordersInactive statesPlaceholder text
400
629F
#629FEA
Disabled statesSecondary iconsMuted text
500
3584
#3584E3
Primary brand colorCTAsActive elementsLinks
600
1B68
#1B68C5
Hover statesFocus ringsPrimary buttons hover
700
1552
#15529D
Active/pressed statesDark mode accentsSecondary text
800
0F3B
#0F3B70
Text on light backgroundsHeadingsStrong borders
900
0A26
#0A2648
Primary textHigh emphasis contentDark headings
950
0618
#06182D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F7FD;
  --royal-blue-100: #E0ECFB;
  --royal-blue-200: #C5DBF7;
  --royal-blue-300: #98C0F1;
  --royal-blue-400: #629FEA;
  --royal-blue-500: #3584E3;
  --royal-blue-600: #1B68C5;
  --royal-blue-700: #15529D;
  --royal-blue-800: #0F3B70;
  --royal-blue-900: #0A2648;
  --royal-blue-950: #06182D;
}
Generate More ShadesCreate PaletteConvert Color