Royal Blue
#5461C4
BlueColor Codes
All color formats for development
HEX
#5461C4RGB
rgb(84, 97, 196)HSL
hsl(233, 49%, 55%)OKLCH
oklch(0.534 0.153 274.4)CMYK
cmyk(57%, 51%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404FBC
2#3946A7
3#323D92
4#2B357D
5#242C68
6#1D2354
7#151A3F
8#0E122A
9#070915
Tints
Lighter variations
1#6571CA
2#7681D0
3#8790D6
4#98A0DC
5#AAB0E2
6#BBC0E8
7#CCD0ED
8#DDDFF3
9#EEEFF9
Tones
Muted variations
1#5A65BF
2#5F6AB9
3#656EB4
4#6B72AE
5#7077A8
6#767BA3
7#7B7F9D
8#818497
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E4E6F6;
--royal-blue-200: #CED1EE;
--royal-blue-300: #A8AEE1;
--royal-blue-400: #7A84D1;
--royal-blue-500: #5461C4;
--royal-blue-600: #3946A7;
--royal-blue-700: #2E3885;
--royal-blue-800: #21285F;
--royal-blue-900: #15193D;
--royal-blue-950: #0D1026;
}