Royal Blue

#6288EA

Blue

Color Codes

All color formats for development

HEX
#6288EA
RGB
rgb(98, 136, 234)
HSL
hsl(223, 76%, 65%)
OKLCH
oklch(0.645 0.153 266.3)
CMYK
cmyk(58%, 42%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.37:1

AA AAA

On Black Background

6.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E7
200
#C5D3
300
#98B1
400
#6288
500
#3566
600
#1B4B
700
#153C
800
#0F2B
900
#0A1B
950
#0611

Shades

Darker variations

1#4572E6
2#285CE2
3#1C4ECC
4#1843AF
5#143892
6#102C75
7#0C2158
8#08163A
9#040B1D

Tints

Lighter variations

1#7294EC
2#81A0EE
3#91ACF0
4#A1B8F2
5#B0C4F4
6#C0D0F6
7#D0DBF9
8#E0E7FB
9#EFF3FD

Tones

Muted variations

1#698BE3
2#6F8EDC
3#7691D5
4#7D94CE
5#8497C8
6#8B9AC1
7#919DBA
8#98A0B3
9#9FA3AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E7
#E0E7FB
Light backgroundsTable row hoverSkeleton loading
200
C5D3
#C5D3F7
Secondary backgroundsInput backgroundsDividers
300
98B1
#98B1F1
BordersInactive statesPlaceholder text
400
6288
#6288EA
Disabled statesSecondary iconsMuted text
500
3566
#3566E3
Primary brand colorCTAsActive elementsLinks
600
1B4B
#1B4BC5
Hover statesFocus ringsPrimary buttons hover
700
153C
#153C9D
Active/pressed statesDark mode accentsSecondary text
800
0F2B
#0F2B70
Text on light backgroundsHeadingsStrong borders
900
0A1B
#0A1B48
Primary textHigh emphasis contentDark headings
950
0611
#06112D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F5FD;
  --royal-blue-100: #E0E7FB;
  --royal-blue-200: #C5D3F7;
  --royal-blue-300: #98B1F1;
  --royal-blue-400: #6288EA;
  --royal-blue-500: #3566E3;
  --royal-blue-600: #1B4BC5;
  --royal-blue-700: #153C9D;
  --royal-blue-800: #0F2B70;
  --royal-blue-900: #0A1B48;
  --royal-blue-950: #06112D;
}
Generate More ShadesCreate PaletteConvert Color