Royal Blue

#6599E7

Blue

Color Codes

All color formats for development

HEX
#6599E7
RGB
rgb(101, 153, 231)
HSL
hsl(216, 73%, 65%)
OKLCH
oklch(0.68 0.129 258.3)
CMYK
cmyk(56%, 34%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.89:1

AA AAA

On Black Background

7.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EB
200
#C6D9
300
#9ABC
400
#6599
500
#387B
600
#1E60
700
#184C
800
#1136
900
#0B23
950
#0716

Shades

Darker variations

1#4886E2
2#2B73DE
3#1F63C9
4#1B55AC
5#16478F
6#123973
7#0D2A56
8#091C39
9#040E1D

Tints

Lighter variations

1#74A3E9
2#83ADEC
3#93B7EE
4#A2C2F1
5#B2CCF3
6#C1D6F5
7#D1E0F8
8#E0EBFA
9#F0F5FD

Tones

Muted variations

1#6B9AE0
2#729BDA
3#789DD3
4#7F9ECD
5#859FC6
6#8CA1C0
7#92A2B9
8#99A3B3
9#9FA4AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFA
Light backgroundsTable row hoverSkeleton loading
200
C6D9
#C6D9F6
Secondary backgroundsInput backgroundsDividers
300
9ABC
#9ABCEF
BordersInactive statesPlaceholder text
400
6599
#6599E7
Disabled statesSecondary iconsMuted text
500
387B
#387BE0
Primary brand colorCTAsActive elementsLinks
600
1E60
#1E60C2
Hover statesFocus ringsPrimary buttons hover
700
184C
#184C9A
Active/pressed statesDark mode accentsSecondary text
800
1136
#11366E
Text on light backgroundsHeadingsStrong borders
900
0B23
#0B2347
Primary textHigh emphasis contentDark headings
950
0716
#07162C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F6FD;
  --royal-blue-100: #E0EBFA;
  --royal-blue-200: #C6D9F6;
  --royal-blue-300: #9ABCEF;
  --royal-blue-400: #6599E7;
  --royal-blue-500: #387BE0;
  --royal-blue-600: #1E60C2;
  --royal-blue-700: #184C9A;
  --royal-blue-800: #11366E;
  --royal-blue-900: #0B2347;
  --royal-blue-950: #07162C;
}
Generate More ShadesCreate PaletteConvert Color