Royal Blue

#2F6DE9

Blue

Color Codes

All color formats for development

HEX
#2F6DE9
RGB
rgb(47, 109, 233)
HSL
hsl(220, 81%, 55%)
OKLCH
oklch(0.567 0.199 262.2)
CMYK
cmyk(80%, 53%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

4.68:1

AA AAA

On Black Background

4.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE8
200
#C3D5
300
#95B5
400
#5D8E
500
#2F6D
600
#1552
700
#1141
800
#0C2F
900
#081E
950
#0513

Shades

Darker variations

1#185CE4
2#1552CB
3#1348B2
4#103D98
5#0D337F
6#0B2966
7#081F4C
8#051433
9#030A19

Tints

Lighter variations

1#447CEB
2#598AEE
3#6E99F0
4#82A8F2
5#97B6F4
6#ACC5F6
7#C1D3F8
8#D5E2FB
9#EAF0FD

Tones

Muted variations

1#3970E0
2#4273D7
3#4B77CD
4#547AC4
5#5E7DBB
6#6780B1
7#7083A8
8#7A869F
9#838996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE8
#DFE8FC
Light backgroundsTable row hoverSkeleton loading
200
C3D5
#C3D5F9
Secondary backgroundsInput backgroundsDividers
300
95B5
#95B5F4
BordersInactive statesPlaceholder text
400
5D8E
#5D8EEE
Disabled statesSecondary iconsMuted text
500
2F6D
#2F6DE9
Primary brand colorCTAsActive elementsLinks
600
1552
#1552CB
Hover statesFocus ringsPrimary buttons hover
700
1141
#1141A2
Active/pressed statesDark mode accentsSecondary text
800
0C2F
#0C2F73
Text on light backgroundsHeadingsStrong borders
900
081E
#081E4A
Primary textHigh emphasis contentDark headings
950
0513
#05132E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DFE8FC;
  --royal-blue-200: #C3D5F9;
  --royal-blue-300: #95B5F4;
  --royal-blue-400: #5D8EEE;
  --royal-blue-500: #2F6DE9;
  --royal-blue-600: #1552CB;
  --royal-blue-700: #1141A2;
  --royal-blue-800: #0C2F73;
  --royal-blue-900: #081E4A;
  --royal-blue-950: #05132E;
}
Generate More ShadesCreate PaletteConvert Color