Royal Blue
#5465C4
BlueColor Codes
All color formats for development
HEX
#5465C4RGB
rgb(84, 101, 196)HSL
hsl(231, 49%, 55%)OKLCH
oklch(0.542 0.148 272.9)CMYK
cmyk(57%, 48%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4053BC
2#394AA7
3#324192
4#2B377D
5#242E68
6#1D2554
7#151C3F
8#0E122A
9#070915
Tints
Lighter variations
1#6574CA
2#7684D0
3#8793D6
4#98A3DC
5#AAB2E2
6#BBC1E8
7#CCD1ED
8#DDE0F3
9#EEF0F9
Tones
Muted variations
1#5A69BF
2#5F6DB9
3#6571B4
4#6B75AE
5#7079A8
6#767DA3
7#7B809D
8#818497
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A87 #7A87D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5465 #5465C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394A #394AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F5FB;
--royal-blue-100: #E4E7F6;
--royal-blue-200: #CED2EE;
--royal-blue-300: #A8B0E1;
--royal-blue-400: #7A87D1;
--royal-blue-500: #5465C4;
--royal-blue-600: #394AA7;
--royal-blue-700: #2E3B85;
--royal-blue-800: #212A5F;
--royal-blue-900: #151B3D;
--royal-blue-950: #0D1126;
}