Royal Blue

#276EF1

Blue

Color Codes

All color formats for development

HEX
#276EF1
RGB
rgb(39, 110, 241)
HSL
hsl(219, 88%, 55%)
OKLCH
oklch(0.573 0.21 261.4)
CMYK
cmyk(84%, 54%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

4.58: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
#C1D5
300
#91B5
400
#578E
500
#276E
600
#0D53
700
#0B42
800
#082F
900
#051E
950
#0313

Shades

Darker variations

1#0F5DED
2#0D53D3
3#0C48B9
4#0A3E9E
5#083484
6#072969
7#051F4F
8#031535
9#020A1A

Tints

Lighter variations

1#3D7CF3
2#528BF4
3#6899F5
4#7EA8F7
5#93B6F8
6#A9C5F9
7#BED3FB
8#D4E2FC
9#E9F0FE

Tones

Muted variations

1#3171E7
2#3B74DD
3#4677D3
4#507AC9
5#5A7DBF
6#6480B5
7#6E83AB
8#7886A0
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
C1D5
#C1D5FB
Secondary backgroundsInput backgroundsDividers
300
91B5
#91B5F8
BordersInactive statesPlaceholder text
400
578E
#578EF4
Disabled statesSecondary iconsMuted text
500
276E
#276EF1
Primary brand colorCTAsActive elementsLinks
600
0D53
#0D53D3
Hover statesFocus ringsPrimary buttons hover
700
0B42
#0B42A8
Active/pressed statesDark mode accentsSecondary text
800
082F
#082F78
Text on light backgroundsHeadingsStrong borders
900
051E
#051E4D
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: #C1D5FB;
  --royal-blue-300: #91B5F8;
  --royal-blue-400: #578EF4;
  --royal-blue-500: #276EF1;
  --royal-blue-600: #0D53D3;
  --royal-blue-700: #0B42A8;
  --royal-blue-800: #082F78;
  --royal-blue-900: #051E4D;
  --royal-blue-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color