Royal Blue

#615AF2

Blue

Color Codes

All color formats for development

HEX
#615AF2
RGB
rgb(97, 90, 242)
HSL
hsl(243, 85%, 65%)
OKLCH
oklch(0.565 0.22 278.7)
CMYK
cmyk(60%, 63%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.94:1

AA AAA

On Black Background

4.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C4C2
300
#9792
400
#615A
500
#342B
600
#1A11
700
#150D
800
#0F0A
900
#0A06
950
#0604

Shades

Darker variations

1#443BEF
2#271DED
3#1B11D7
4#170FB8
5#130C99
6#100A7B
7#0C075C
8#08053D
9#04021F

Tints

Lighter variations

1#716AF3
2#817BF4
3#918BF6
4#A09CF7
5#B0ACF8
6#C0BDFA
7#D0CDFB
8#DFDEFC
9#EFEEFE

Tones

Muted variations

1#6861EA
2#6F69E2
3#7671DB
4#7D78D3
5#8480CC
6#8A87C4
7#918FBD
8#9897B5
9#9F9EAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C4C2
#C4C2FA
Secondary backgroundsInput backgroundsDividers
300
9792
#9792F6
BordersInactive statesPlaceholder text
400
615A
#615AF2
Disabled statesSecondary iconsMuted text
500
342B
#342BEE
Primary brand colorCTAsActive elementsLinks
600
1A11
#1A11D0
Hover statesFocus ringsPrimary buttons hover
700
150D
#150DA5
Active/pressed statesDark mode accentsSecondary text
800
0F0A
#0F0A76
Text on light backgroundsHeadingsStrong borders
900
0A06
#0A064B
Primary textHigh emphasis contentDark headings
950
0604
#06042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F1FE;
  --royal-blue-100: #DFDEFC;
  --royal-blue-200: #C4C2FA;
  --royal-blue-300: #9792F6;
  --royal-blue-400: #615AF2;
  --royal-blue-500: #342BEE;
  --royal-blue-600: #1A11D0;
  --royal-blue-700: #150DA5;
  --royal-blue-800: #0F0A76;
  --royal-blue-900: #0A064B;
  --royal-blue-950: #06042F;
}
Generate More ShadesCreate PaletteConvert Color