Royal Blue

#2C4FED

Blue

Color Codes

All color formats for development

HEX
#2C4FED
RGB
rgb(44, 79, 237)
HSL
hsl(229, 84%, 55%)
OKLCH
oklch(0.514 0.239 266.9)
CMYK
cmyk(81%, 67%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

6.09:1

AA AAA

On Black Background

3.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE4
200
#C2CC
300
#93A5
400
#5B76
500
#2C4F
600
#1235
700
#0E2A
800
#0A1E
900
#0713
950
#040C

Shades

Darker variations

1#143BE8
2#1235CE
3#102EB5
4#0D279B
5#0B2181
6#091A67
7#07144D
8#040D34
9#02071A

Tints

Lighter variations

1#4161EE
2#5672F0
3#6B84F2
4#8096F4
5#95A7F6
6#ABB9F8
7#C0CAF9
8#D5DCFB
9#EAEDFD

Tones

Muted variations

1#3555E3
2#3F5BD9
3#4962D0
4#5268C6
5#5C6EBC
6#6674B3
7#6F7AA9
8#7980A0
9#838696

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE4
#DEE4FC
Light backgroundsTable row hoverSkeleton loading
200
C2CC
#C2CCFA
Secondary backgroundsInput backgroundsDividers
300
93A5
#93A5F6
BordersInactive statesPlaceholder text
400
5B76
#5B76F1
Disabled statesSecondary iconsMuted text
500
2C4F
#2C4FED
Primary brand colorCTAsActive elementsLinks
600
1235
#1235CE
Hover statesFocus ringsPrimary buttons hover
700
0E2A
#0E2AA4
Active/pressed statesDark mode accentsSecondary text
800
0A1E
#0A1E75
Text on light backgroundsHeadingsStrong borders
900
0713
#07134B
Primary textHigh emphasis contentDark headings
950
040C
#040C2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F3FE;
  --royal-blue-100: #DEE4FC;
  --royal-blue-200: #C2CCFA;
  --royal-blue-300: #93A5F6;
  --royal-blue-400: #5B76F1;
  --royal-blue-500: #2C4FED;
  --royal-blue-600: #1235CE;
  --royal-blue-700: #0E2AA4;
  --royal-blue-800: #0A1E75;
  --royal-blue-900: #07134B;
  --royal-blue-950: #040C2F;
}
Generate More ShadesCreate PaletteConvert Color