Royal Blue
#5477F8
BlueColor Codes
All color formats for development
HEX
#5477F8RGB
rgb(84, 119, 248)HSL
hsl(227, 92%, 65%)OKLCH
oklch(0.613 0.196 268.6)CMYK
cmyk(66%, 52%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#345EF7
2#1445F5
3#0938DF
4#0830BF
5#07289F
6#05207F
7#04185F
8#031040
9#010820
Tints
Lighter variations
1#6585F9
2#7692F9
3#87A0FA
4#98AEFB
5#A9BBFB
6#BAC9FC
7#CCD6FD
8#DDE4FE
9#EEF1FE
Tones
Muted variations
1#5C7CF0
2#6481E7
3#6C85DF
4#748AD7
5#7D8ECF
6#8593C7
7#8D98BE
8#959CB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA6 #8EA6FA | BordersInactive statesPlaceholder text |
| 400 | 5477 #5477F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2350 #2350F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0936 #0936D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072B #072BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051F #051F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0314 #03144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE4FE;
--royal-blue-200: #BFCDFC;
--royal-blue-300: #8EA6FA;
--royal-blue-400: #5477F8;
--royal-blue-500: #2350F6;
--royal-blue-600: #0936D7;
--royal-blue-700: #072BAB;
--royal-blue-800: #051F7A;
--royal-blue-900: #03144E;
--royal-blue-950: #020C31;
}