Royal Blue

#266EF2

Blue

Color Codes

All color formats for development

HEX
#266EF2
RGB
rgb(38, 110, 242)
HSL
hsl(219, 89%, 55%)
OKLCH
oklch(0.574 0.211 261.3)
CMYK
cmyk(84%, 55%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.57:1

AA AAA

On Black Background

4.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DDE8
200
#C0D5
300
#90B5
400
#568E
500
#266E
600
#0C52
700
#0A41
800
#072F
900
#041E
950
#0313

Shades

Darker variations

1#0E5DEF
2#0C52D4
3#0B48BA
4#093E9F
5#083385
6#06296A
7#051F50
8#031535
9#020A1B

Tints

Lighter variations

1#3C7CF4
2#518BF5
3#6799F6
4#7DA8F7
5#93B6F9
6#A8C5FA
7#BED3FB
8#D4E2FC
9#E9F0FE

Tones

Muted variations

1#3071E8
2#3B74DE
3#4577D4
4#4F7ACA
5#597DBF
6#6380B5
7#6E83AB
8#7886A1
9#828996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C0D5
#C0D5FB
Secondary backgroundsInput backgroundsDividers
300
90B5
#90B5F9
BordersInactive statesPlaceholder text
400
568E
#568EF5
Disabled statesSecondary iconsMuted text
500
266E
#266EF2
Primary brand colorCTAsActive elementsLinks
600
0C52
#0C52D4
Hover statesFocus ringsPrimary buttons hover
700
0A41
#0A41A9
Active/pressed statesDark mode accentsSecondary text
800
072F
#072F78
Text on light backgroundsHeadingsStrong borders
900
041E
#041E4D
Primary textHigh emphasis contentDark headings
950
0313
#031330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DDE8FD;
  --royal-blue-200: #C0D5FB;
  --royal-blue-300: #90B5F9;
  --royal-blue-400: #568EF5;
  --royal-blue-500: #266EF2;
  --royal-blue-600: #0C52D4;
  --royal-blue-700: #0A41A9;
  --royal-blue-800: #072F78;
  --royal-blue-900: #041E4D;
  --royal-blue-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color