Royal Blue

#2D70EB

Blue

Color Codes

All color formats for development

HEX
#2D70EB
RGB
rgb(45, 112, 235)
HSL
hsl(219, 83%, 55%)
OKLCH
oklch(0.574 0.198 261.3)
CMYK
cmyk(81%, 52%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.54:1

AA AAA

On Black Background

4.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DEE9
200
#C2D6
300
#94B6
400
#5C90
500
#2D70
600
#1354
700
#0F43
800
#0B30
900
#071F
950
#0413

Shades

Darker variations

1#155FE7
2#1354CD
3#114AB4
4#0E3F9A
5#0C3580
6#0A2A67
7#07204D
8#051533
9#020B1A

Tints

Lighter variations

1#427EED
2#578CEF
3#6C9BF1
4#81A9F3
5#96B7F5
6#ABC6F7
7#C0D4F9
8#D5E2FB
9#EAF1FD

Tones

Muted variations

1#3773E2
2#4075D8
3#4A78CF
4#537BC5
5#5D7EBC
6#6681B2
7#7084A9
8#79879F
9#838996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE9
#DEE9FC
Light backgroundsTable row hoverSkeleton loading
200
C2D6
#C2D6F9
Secondary backgroundsInput backgroundsDividers
300
94B6
#94B6F5
BordersInactive statesPlaceholder text
400
5C90
#5C90F0
Disabled statesSecondary iconsMuted text
500
2D70
#2D70EB
Primary brand colorCTAsActive elementsLinks
600
1354
#1354CD
Hover statesFocus ringsPrimary buttons hover
700
0F43
#0F43A3
Active/pressed statesDark mode accentsSecondary text
800
0B30
#0B3075
Text on light backgroundsHeadingsStrong borders
900
071F
#071F4B
Primary textHigh emphasis contentDark headings
950
0413
#04132F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DEE9FC;
  --royal-blue-200: #C2D6F9;
  --royal-blue-300: #94B6F5;
  --royal-blue-400: #5C90F0;
  --royal-blue-500: #2D70EB;
  --royal-blue-600: #1354CD;
  --royal-blue-700: #0F43A3;
  --royal-blue-800: #0B3075;
  --royal-blue-900: #071F4B;
  --royal-blue-950: #04132F;
}
Generate More ShadesCreate PaletteConvert Color