Royal Blue
#5578F6
BlueColor Codes
All color formats for development
HEX
#5578F6RGB
rgb(85, 120, 246)HSL
hsl(227, 90%, 65%)OKLCH
oklch(0.614 0.192 268.5)CMYK
cmyk(65%, 51%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#365FF4
2#1646F3
3#0C39DC
4#0A31BD
5#08299D
6#07207E
7#05185E
8#03103F
9#02081F
Tints
Lighter variations
1#6686F7
2#7793F8
3#88A1F9
4#99AEFA
5#AABCFB
6#BBC9FB
7#CCD7FC
8#DDE4FD
9#EEF2FE
Tones
Muted variations
1#5D7DEE
2#6581E6
3#6E86DE
4#768AD6
5#7E8FCE
6#8694C6
7#8E98BE
8#969DB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A6 #90A6F9 | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2552 #2552F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B37 #0B37D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092C #092CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CDFC;
--royal-blue-300: #90A6F9;
--royal-blue-400: #5578F6;
--royal-blue-500: #2552F4;
--royal-blue-600: #0B37D5;
--royal-blue-700: #092CAA;
--royal-blue-800: #061F79;
--royal-blue-900: #04144E;
--royal-blue-950: #030C30;
}