Royal Blue

#2B79EE

Blue

Color Codes

All color formats for development

HEX
#2B79EE
RGB
rgb(43, 121, 238)
HSL
hsl(216, 85%, 55%)
OKLCH
oklch(0.594 0.192 258.9)
CMYK
cmyk(82%, 49%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.14:1

AA AAA

On Black Background

5.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEEA
200
#C2D8
300
#92BA
400
#5A97
500
#2B79
600
#115D
700
#0D4A
800
#0A35
900
#0622
950
#0415

Shades

Darker variations

1#1369EA
2#115DD0
3#0F51B6
4#0D469C
5#0B3A82
6#082F68
7#06234E
8#041734
9#020C1A

Tints

Lighter variations

1#4086F0
2#5594F1
3#6AA1F3
4#80AEF5
5#95BCF6
6#AAC9F8
7#BFD7FA
8#D5E4FC
9#EAF2FD

Tones

Muted variations

1#347BE4
2#3E7DDA
3#487FD1
4#5281C7
5#5B82BD
6#6584B3
7#6F86AA
8#7988A0
9#828A96

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEA
#DEEAFC
Light backgroundsTable row hoverSkeleton loading
200
C2D8
#C2D8FA
Secondary backgroundsInput backgroundsDividers
300
92BA
#92BAF6
BordersInactive statesPlaceholder text
400
5A97
#5A97F2
Disabled statesSecondary iconsMuted text
500
2B79
#2B79EE
Primary brand colorCTAsActive elementsLinks
600
115D
#115DD0
Hover statesFocus ringsPrimary buttons hover
700
0D4A
#0D4AA5
Active/pressed statesDark mode accentsSecondary text
800
0A35
#0A3576
Text on light backgroundsHeadingsStrong borders
900
0622
#06224B
Primary textHigh emphasis contentDark headings
950
0415
#04152F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F6FE;
  --royal-blue-100: #DEEAFC;
  --royal-blue-200: #C2D8FA;
  --royal-blue-300: #92BAF6;
  --royal-blue-400: #5A97F2;
  --royal-blue-500: #2B79EE;
  --royal-blue-600: #115DD0;
  --royal-blue-700: #0D4AA5;
  --royal-blue-800: #0A3576;
  --royal-blue-900: #06224B;
  --royal-blue-950: #04152F;
}
Generate More ShadesCreate PaletteConvert Color