Royal Blue

#3283E7

Blue

Color Codes

All color formats for development

HEX
#3283E7
RGB
rgb(50, 131, 231)
HSL
hsl(213, 79%, 55%)
OKLCH
oklch(0.613 0.17 255.8)
CMYK
cmyk(78%, 43%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

3.79:1

AA AAA

On Black Background

5.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C4DB
300
#96C0
400
#5F9F
500
#3283
600
#1867
700
#1352
800
#0D3B
900
#0926
950
#0517

Shades

Darker variations

1#1B74E2
2#1867C9
3#155AB0
4#124E97
5#0F417E
6#0C3464
7#09274B
8#061A32
9#030D19

Tints

Lighter variations

1#4690E9
2#5B9CEC
3#6FA8EE
4#84B5F1
5#98C1F3
6#ADCDF5
7#C1DAF8
8#D6E6FA
9#EAF3FD

Tones

Muted variations

1#3B84DE
2#4485D5
3#4D86CC
4#5687C3
5#5F88BA
6#6889B1
7#718AA7
8#7A8A9E
9#838B95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFB
Light backgroundsTable row hoverSkeleton loading
200
C4DB
#C4DBF8
Secondary backgroundsInput backgroundsDividers
300
96C0
#96C0F3
BordersInactive statesPlaceholder text
400
5F9F
#5F9FEC
Disabled statesSecondary iconsMuted text
500
3283
#3283E7
Primary brand colorCTAsActive elementsLinks
600
1867
#1867C9
Hover statesFocus ringsPrimary buttons hover
700
1352
#1352A0
Active/pressed statesDark mode accentsSecondary text
800
0D3B
#0D3B72
Text on light backgroundsHeadingsStrong borders
900
0926
#092649
Primary textHigh emphasis contentDark headings
950
0517
#05172E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F7FD;
  --royal-blue-100: #DFECFB;
  --royal-blue-200: #C4DBF8;
  --royal-blue-300: #96C0F3;
  --royal-blue-400: #5F9FEC;
  --royal-blue-500: #3283E7;
  --royal-blue-600: #1867C9;
  --royal-blue-700: #1352A0;
  --royal-blue-800: #0D3B72;
  --royal-blue-900: #092649;
  --royal-blue-950: #05172E;
}
Generate More ShadesCreate PaletteConvert Color