Royal Blue

#2F70E9

Blue

Color Codes

All color formats for development

HEX
#2F70E9
RGB
rgb(47, 112, 233)
HSL
hsl(219, 81%, 55%)
OKLCH
oklch(0.573 0.195 261.4)
CMYK
cmyk(80%, 52%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

4.55:1

AA AAA

On Black Background

4.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE9
200
#C3D6
300
#95B6
400
#5D90
500
#2F70
600
#1555
700
#1144
800
#0C30
900
#081F
950
#0513

Shades

Darker variations

1#1860E4
2#1555CB
3#134AB2
4#104098
5#0D357F
6#0B2A66
7#08204C
8#051533
9#030B19

Tints

Lighter variations

1#447FEB
2#598DEE
3#6E9BF0
4#82A9F2
5#97B8F4
6#ACC6F6
7#C1D4F8
8#D5E2FB
9#EAF1FD

Tones

Muted variations

1#3973E0
2#4276D7
3#4B79CD
4#547CC4
5#5E7EBB
6#6781B1
7#7084A8
8#7A879F
9#838996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FC
Light backgroundsTable row hoverSkeleton loading
200
C3D6
#C3D6F9
Secondary backgroundsInput backgroundsDividers
300
95B6
#95B6F4
BordersInactive statesPlaceholder text
400
5D90
#5D90EE
Disabled statesSecondary iconsMuted text
500
2F70
#2F70E9
Primary brand colorCTAsActive elementsLinks
600
1555
#1555CB
Hover statesFocus ringsPrimary buttons hover
700
1144
#1144A2
Active/pressed statesDark mode accentsSecondary text
800
0C30
#0C3073
Text on light backgroundsHeadingsStrong borders
900
081F
#081F4A
Primary textHigh emphasis contentDark headings
950
0513
#05132E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DFE9FC;
  --royal-blue-200: #C3D6F9;
  --royal-blue-300: #95B6F4;
  --royal-blue-400: #5D90EE;
  --royal-blue-500: #2F70E9;
  --royal-blue-600: #1555CB;
  --royal-blue-700: #1144A2;
  --royal-blue-800: #0C3073;
  --royal-blue-900: #081F4A;
  --royal-blue-950: #05132E;
}
Generate More ShadesCreate PaletteConvert Color