Royal Blue

#2659F2

Blue

Color Codes

All color formats for development

HEX
#2659F2
RGB
rgb(38, 89, 242)
HSL
hsl(225, 89%, 55%)
OKLCH
oklch(0.534 0.235 264.8)
CMYK
cmyk(84%, 63%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

5.54:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DDE5
200
#C0CF
300
#90AA
400
#567E
500
#2659
600
#0C3E
700
#0A32
800
#0723
900
#0417
950
#030E

Shades

Darker variations

1#0E46EF
2#0C3ED4
3#0B36BA
4#092F9F
5#082785
6#061F6A
7#051750
8#031035
9#02081B

Tints

Lighter variations

1#3C6AF4
2#517AF5
3#678BF6
4#7D9CF7
5#93ACF9
6#A8BDFA
7#BECDFB
8#D4DEFC
9#E9EEFE

Tones

Muted variations

1#305EE8
2#3B63DE
3#4569D4
4#4F6ECA
5#5973BF
6#6378B5
7#6E7DAB
8#7882A1
9#828796

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE5
#DDE5FD
Light backgroundsTable row hoverSkeleton loading
200
C0CF
#C0CFFB
Secondary backgroundsInput backgroundsDividers
300
90AA
#90AAF9
BordersInactive statesPlaceholder text
400
567E
#567EF5
Disabled statesSecondary iconsMuted text
500
2659
#2659F2
Primary brand colorCTAsActive elementsLinks
600
0C3E
#0C3ED4
Hover statesFocus ringsPrimary buttons hover
700
0A32
#0A32A9
Active/pressed statesDark mode accentsSecondary text
800
0723
#072378
Text on light backgroundsHeadingsStrong borders
900
0417
#04174D
Primary textHigh emphasis contentDark headings
950
030E
#030E30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FE;
  --royal-blue-100: #DDE5FD;
  --royal-blue-200: #C0CFFB;
  --royal-blue-300: #90AAF9;
  --royal-blue-400: #567EF5;
  --royal-blue-500: #2659F2;
  --royal-blue-600: #0C3ED4;
  --royal-blue-700: #0A32A9;
  --royal-blue-800: #072378;
  --royal-blue-900: #04174D;
  --royal-blue-950: #030E30;
}
Generate More ShadesCreate PaletteConvert Color