Royal Blue
#5377F9
BlueColor Codes
All color formats for development
HEX
#5377F9RGB
rgb(83, 119, 249)HSL
hsl(227, 93%, 65%)OKLCH
oklch(0.613 0.198 268.3)CMYK
cmyk(67%, 52%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335DF8
2#1344F6
3#0837E0
4#072FC0
5#0627A0
6#051F80
7#031860
8#021040
9#010820
Tints
Lighter variations
1#6484F9
2#7592FA
3#86A0FB
4#98ADFB
5#A9BBFC
6#BAC8FD
7#CBD6FD
8#DDE4FE
9#EEF1FE
Tones
Muted variations
1#5B7BF0
2#6380E8
3#6C85E0
4#748AD8
5#7C8ECF
6#8593C7
7#8D98BF
8#959CB6
9#9DA1AE
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 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA5 #8EA5FB | BordersInactive statesPlaceholder text |
| 400 | 5377 #5377F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2250 #2250F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0835 #0835D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062A #062AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0313 #03134F | 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: #BFCCFD;
--royal-blue-300: #8EA5FB;
--royal-blue-400: #5377F9;
--royal-blue-500: #2250F7;
--royal-blue-600: #0835D9;
--royal-blue-700: #062AAC;
--royal-blue-800: #041E7B;
--royal-blue-900: #03134F;
--royal-blue-950: #020C31;
}