Royal Blue

#2A58EF

Blue

Color Codes

All color formats for development

HEX
#2A58EF
RGB
rgb(42, 88, 239)
HSL
hsl(226, 86%, 55%)
OKLCH
oklch(0.531 0.232 265.5)
CMYK
cmyk(82%, 63%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

5.61:1

AA AAA

On Black Background

3.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C1CF
300
#92A9
400
#597D
500
#2A58
600
#103D
700
#0C30
800
#0923
900
#0616
950
#040E

Shades

Darker variations

1#1244EB
2#103DD1
3#0E35B7
4#0C2E9D
5#0A2682
6#081E68
7#06174E
8#040F34
9#02081A

Tints

Lighter variations

1#3F68F1
2#5479F2
3#6A8AF4
4#7F9BF5
5#94ABF7
6#AABCF9
7#BFCDFA
8#D4DEFC
9#EAEEFD

Tones

Muted variations

1#335DE5
2#3D62DB
3#4767D1
4#516DC7
5#5B72BE
6#6577B4
7#6F7CAA
8#7982A0
9#828796

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FD
Light backgroundsTable row hoverSkeleton loading
200
C1CF
#C1CFFA
Secondary backgroundsInput backgroundsDividers
300
92A9
#92A9F7
BordersInactive statesPlaceholder text
400
597D
#597DF3
Disabled statesSecondary iconsMuted text
500
2A58
#2A58EF
Primary brand colorCTAsActive elementsLinks
600
103D
#103DD1
Hover statesFocus ringsPrimary buttons hover
700
0C30
#0C30A6
Active/pressed statesDark mode accentsSecondary text
800
0923
#092377
Text on light backgroundsHeadingsStrong borders
900
0616
#06164C
Primary textHigh emphasis contentDark headings
950
040E
#040E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DEE5FD;
  --royal-blue-200: #C1CFFA;
  --royal-blue-300: #92A9F7;
  --royal-blue-400: #597DF3;
  --royal-blue-500: #2A58EF;
  --royal-blue-600: #103DD1;
  --royal-blue-700: #0C30A6;
  --royal-blue-800: #092377;
  --royal-blue-900: #06164C;
  --royal-blue-950: #040E2F;
}
Generate More ShadesCreate PaletteConvert Color