Royal Blue

#2753F1

Blue

Color Codes

All color formats for development

HEX
#2753F1
RGB
rgb(39, 83, 241)
HSL
hsl(227, 88%, 55%)
OKLCH
oklch(0.523 0.24 265.7)
CMYK
cmyk(84%, 66%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

5.84:1

AA AAA

On Black Background

3.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DDE4
200
#C1CD
300
#91A7
400
#5779
500
#2753
600
#0D38
700
#0B2D
800
#0820
900
#0514
950
#030D

Shades

Darker variations

1#0F3FED
2#0D38D3
3#0C31B9
4#0A2A9E
5#082384
6#071C69
7#05154F
8#030E35
9#02071A

Tints

Lighter variations

1#3D64F3
2#5275F4
3#6887F5
4#7E98F7
5#93A9F8
6#A9BAF9
7#BECBFB
8#D4DDFC
9#E9EEFE

Tones

Muted variations

1#3159E7
2#3B5EDD
3#4664D3
4#506AC9
5#5A70BF
6#6475B5
7#6E7BAB
8#7881A0
9#828796

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE4
#DDE4FD
Light backgroundsTable row hoverSkeleton loading
200
C1CD
#C1CDFB
Secondary backgroundsInput backgroundsDividers
300
91A7
#91A7F8
BordersInactive statesPlaceholder text
400
5779
#5779F4
Disabled statesSecondary iconsMuted text
500
2753
#2753F1
Primary brand colorCTAsActive elementsLinks
600
0D38
#0D38D3
Hover statesFocus ringsPrimary buttons hover
700
0B2D
#0B2DA8
Active/pressed statesDark mode accentsSecondary text
800
0820
#082078
Text on light backgroundsHeadingsStrong borders
900
0514
#05144D
Primary textHigh emphasis contentDark headings
950
030D
#030D30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DDE4FD;
  --royal-blue-200: #C1CDFB;
  --royal-blue-300: #91A7F8;
  --royal-blue-400: #5779F4;
  --royal-blue-500: #2753F1;
  --royal-blue-600: #0D38D3;
  --royal-blue-700: #0B2DA8;
  --royal-blue-800: #082078;
  --royal-blue-900: #05144D;
  --royal-blue-950: #030D30;
}
Generate More ShadesCreate PaletteConvert Color