Royal Blue

#126DCE

Blue

Color Codes

All color formats for development

HEX
#126DCE
RGB
rgb(18, 109, 206)
HSL
hsl(211, 84%, 44%)
OKLCH
oklch(0.541 0.17 255.1)
CMYK
cmyk(91%, 47%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

5.12:1

AA AAA

On Black Background

4.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DEED
200
#C2DD
300
#93C3
400
#5BA3
500
#2C89
600
#126D
700
#0E57
800
#0A3E
900
#0728
950
#0419

Shades

Darker variations

1#1062BA
2#0E57A5
3#0D4C91
4#0B417C
5#093767
6#072C53
7#05213E
8#041629
9#020B15

Tints

Lighter variations

1#147BE9
2#2D8AED
3#4798EF
4#61A7F1
5#7CB6F4
6#96C4F6
7#B0D3F8
8#CAE2FA
9#E5F0FD

Tones

Muted variations

1#1B6DC5
2#256EBC
3#2E6EB2
4#386EA9
5#416F9F
6#4B6F96
7#546F8C
8#5D7083
9#67707A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DEED
#DEEDFC
Light backgroundsTable row hoverSkeleton loading
200
C2DD
#C2DDFA
Secondary backgroundsInput backgroundsDividers
300
93C3
#93C3F6
BordersInactive statesPlaceholder text
400
5BA3
#5BA3F1
Disabled statesSecondary iconsMuted text
500
2C89
#2C89ED
Primary brand colorCTAsActive elementsLinks
600
126D
#126DCE
Hover statesFocus ringsPrimary buttons hover
700
0E57
#0E57A4
Active/pressed statesDark mode accentsSecondary text
800
0A3E
#0A3E75
Text on light backgroundsHeadingsStrong borders
900
0728
#07284B
Primary textHigh emphasis contentDark headings
950
0419
#04192F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F7FE;
  --royal-blue-100: #DEEDFC;
  --royal-blue-200: #C2DDFA;
  --royal-blue-300: #93C3F6;
  --royal-blue-400: #5BA3F1;
  --royal-blue-500: #2C89ED;
  --royal-blue-600: #126DCE;
  --royal-blue-700: #0E57A4;
  --royal-blue-800: #0A3E75;
  --royal-blue-900: #07284B;
  --royal-blue-950: #04192F;
}
Generate More ShadesCreate PaletteConvert Color