Royal Blue

#1F61F9

Blue

Color Codes

All color formats for development

HEX
#1F61F9
RGB
rgb(31, 97, 249)
HSL
hsl(222, 95%, 55%)
OKLCH
oklch(0.553 0.236 263.1)
CMYK
cmyk(88%, 61%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.08:1

AA AAA

On Black Background

4.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DCE6
200
#BED1
300
#8DAE
400
#5184
500
#1F61
600
#0646
700
#0437
800
#0328
900
#0219
950
#0110

Shades

Darker variations

1#064EF6
2#0646DB
3#053DBF
4#0434A4
5#042B89
6#03236D
7#021A52
8#011137
9#01091B

Tints

Lighter variations

1#3670FA
2#4C80FA
3#6290FB
4#79A0FC
5#8FB0FC
6#A5C0FD
7#BCCFFD
8#D2DFFE
9#E9EFFE

Tones

Muted variations

1#2A65EE
2#3569E3
3#406ED9
4#4B72CE
5#5676C3
6#617BB8
7#6C7FAD
8#7684A2
9#818897

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE6
#DCE6FE
Light backgroundsTable row hoverSkeleton loading
200
BED1
#BED1FD
Secondary backgroundsInput backgroundsDividers
300
8DAE
#8DAEFC
BordersInactive statesPlaceholder text
400
5184
#5184FB
Disabled statesSecondary iconsMuted text
500
1F61
#1F61F9
Primary brand colorCTAsActive elementsLinks
600
0646
#0646DB
Hover statesFocus ringsPrimary buttons hover
700
0437
#0437AE
Active/pressed statesDark mode accentsSecondary text
800
0328
#03287C
Text on light backgroundsHeadingsStrong borders
900
0219
#021950
Primary textHigh emphasis contentDark headings
950
0110
#011032
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F4FF;
  --royal-blue-100: #DCE6FE;
  --royal-blue-200: #BED1FD;
  --royal-blue-300: #8DAEFC;
  --royal-blue-400: #5184FB;
  --royal-blue-500: #1F61F9;
  --royal-blue-600: #0646DB;
  --royal-blue-700: #0437AE;
  --royal-blue-800: #03287C;
  --royal-blue-900: #021950;
  --royal-blue-950: #011032;
}
Generate More ShadesCreate PaletteConvert Color