Royal Blue

#0F6AD2

Blue

Color Codes

All color formats for development

HEX
#0F6AD2
RGB
rgb(15, 106, 210)
HSL
hsl(212, 87%, 44%)
OKLCH
oklch(0.537 0.179 256.5)
CMYK
cmyk(93%, 50%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

5.23:1

AA AAA

On Black Background

4.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DEEC
200
#C1DC
300
#91C1
400
#58A1
500
#2886
600
#0F6A
700
#0C54
800
#083C
900
#0526
950
#0318

Shades

Darker variations

1#0D5FBD
2#0C55A8
3#0A4A93
4#093F7E
5#073569
6#062A54
7#04203F
8#03152A
9#010B15

Tints

Lighter variations

1#1077ED
2#2986F0
3#4495F2
4#5FA4F4
5#79B3F6
6#94C3F8
7#AFD2F9
8#CAE1FB
9#E4F0FD

Tones

Muted variations

1#186AC8
2#226BBE
3#2C6CB5
4#366CAB
5#3F6DA1
6#496E97
7#536E8D
8#5D6F84
9#66707A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEC
#DEECFD
Light backgroundsTable row hoverSkeleton loading
200
C1DC
#C1DCFB
Secondary backgroundsInput backgroundsDividers
300
91C1
#91C1F7
BordersInactive statesPlaceholder text
400
58A1
#58A1F3
Disabled statesSecondary iconsMuted text
500
2886
#2886F0
Primary brand colorCTAsActive elementsLinks
600
0F6A
#0F6AD2
Hover statesFocus ringsPrimary buttons hover
700
0C54
#0C54A7
Active/pressed statesDark mode accentsSecondary text
800
083C
#083C77
Text on light backgroundsHeadingsStrong borders
900
0526
#05264C
Primary textHigh emphasis contentDark headings
950
0318
#031830
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F7FE;
  --royal-blue-100: #DEECFD;
  --royal-blue-200: #C1DCFB;
  --royal-blue-300: #91C1F7;
  --royal-blue-400: #58A1F3;
  --royal-blue-500: #2886F0;
  --royal-blue-600: #0F6AD2;
  --royal-blue-700: #0C54A7;
  --royal-blue-800: #083C77;
  --royal-blue-900: #05264C;
  --royal-blue-950: #031830;
}
Generate More ShadesCreate PaletteConvert Color