Royal Blue

#2C6CED

Blue

Color Codes

All color formats for development

HEX
#2C6CED
RGB
rgb(44, 108, 237)
HSL
hsl(220, 84%, 55%)
OKLCH
oklch(0.567 0.206 262.2)
CMYK
cmyk(81%, 54%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

4.69: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
#DEE8
200
#C2D5
300
#93B4
400
#5B8D
500
#2C6C
600
#1251
700
#0E40
800
#0A2E
900
#071D
950
#0412

Shades

Darker variations

1#145BE8
2#1251CE
3#1047B5
4#0D3D9B
5#0B3281
6#092867
7#071E4D
8#041434
9#020A1A

Tints

Lighter variations

1#417BEE
2#5689F0
3#6B98F2
4#80A7F4
5#95B6F6
6#ABC4F8
7#C0D3F9
8#D5E2FB
9#EAF0FD

Tones

Muted variations

1#356FE3
2#3F73D9
3#4976D0
4#5279C6
5#5C7CBC
6#667FB3
7#6F83A9
8#7986A0
9#838996

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE8
#DEE8FC
Light backgroundsTable row hoverSkeleton loading
200
C2D5
#C2D5FA
Secondary backgroundsInput backgroundsDividers
300
93B4
#93B4F6
BordersInactive statesPlaceholder text
400
5B8D
#5B8DF1
Disabled statesSecondary iconsMuted text
500
2C6C
#2C6CED
Primary brand colorCTAsActive elementsLinks
600
1251
#1251CE
Hover statesFocus ringsPrimary buttons hover
700
0E40
#0E40A4
Active/pressed statesDark mode accentsSecondary text
800
0A2E
#0A2E75
Text on light backgroundsHeadingsStrong borders
900
071D
#071D4B
Primary textHigh emphasis contentDark headings
950
0412
#04122F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DEE8FC;
  --royal-blue-200: #C2D5FA;
  --royal-blue-300: #93B4F6;
  --royal-blue-400: #5B8DF1;
  --royal-blue-500: #2C6CED;
  --royal-blue-600: #1251CE;
  --royal-blue-700: #0E40A4;
  --royal-blue-800: #0A2E75;
  --royal-blue-900: #071D4B;
  --royal-blue-950: #04122F;
}
Generate More ShadesCreate PaletteConvert Color