Royal Blue

#307DE8

Blue

Color Codes

All color formats for development

HEX
#307DE8
RGB
rgb(48, 125, 232)
HSL
hsl(215, 80%, 55%)
OKLCH
oklch(0.6 0.179 257.7)
CMYK
cmyk(79%, 46%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

4.02:1

AA AAA

On Black Background

5.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFEB
200
#C3D9
300
#95BD
400
#5E9A
500
#307D
600
#1661
700
#124D
800
#0D37
900
#0823
950
#0516

Shades

Darker variations

1#196DE3
2#1661CA
3#1455B1
4#114997
5#0E3D7E
6#0B3165
7#08244C
8#061832
9#030C19

Tints

Lighter variations

1#458AEA
2#5A97ED
3#6EA4EF
4#83B1F1
5#98BEF4
6#ACCBF6
7#C1D8F8
8#D6E5FA
9#EAF2FD

Tones

Muted variations

1#3A7EDF
2#4380D6
3#4C82CD
4#5583C3
5#5E85BA
6#6886B1
7#7188A8
8#7A899F
9#838B95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEB
#DFEBFB
Light backgroundsTable row hoverSkeleton loading
200
C3D9
#C3D9F8
Secondary backgroundsInput backgroundsDividers
300
95BD
#95BDF3
BordersInactive statesPlaceholder text
400
5E9A
#5E9AED
Disabled statesSecondary iconsMuted text
500
307D
#307DE8
Primary brand colorCTAsActive elementsLinks
600
1661
#1661CA
Hover statesFocus ringsPrimary buttons hover
700
124D
#124DA1
Active/pressed statesDark mode accentsSecondary text
800
0D37
#0D3773
Text on light backgroundsHeadingsStrong borders
900
0823
#082349
Primary textHigh emphasis contentDark headings
950
0516
#05162E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F6FD;
  --royal-blue-100: #DFEBFB;
  --royal-blue-200: #C3D9F8;
  --royal-blue-300: #95BDF3;
  --royal-blue-400: #5E9AED;
  --royal-blue-500: #307DE8;
  --royal-blue-600: #1661CA;
  --royal-blue-700: #124DA1;
  --royal-blue-800: #0D3773;
  --royal-blue-900: #082349;
  --royal-blue-950: #05162E;
}
Generate More ShadesCreate PaletteConvert Color