Royal Blue
#5379F9
BlueColor Codes
All color formats for development
HEX
#5379F9RGB
rgb(83, 121, 249)HSL
hsl(226, 93%, 65%)OKLCH
oklch(0.617 0.196 267.8)CMYK
cmyk(67%, 51%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3361F8
2#1348F6
3#083AE0
4#0732C0
5#062AA0
6#052180
7#031960
8#021140
9#010820
Tints
Lighter variations
1#6487F9
2#7594FA
3#86A2FB
4#98AFFB
5#A9BCFC
6#BACAFD
7#CBD7FD
8#DDE4FE
9#EEF2FE
Tones
Muted variations
1#5B7EF0
2#6382E8
3#6C87E0
4#748BD8
5#7C90CF
6#8594C7
7#8D98BF
8#959DB6
9#9DA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA7 #8EA7FB | BordersInactive statesPlaceholder text |
| 400 | 5379 #5379F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2253 #2253F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0839 #0839D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062D #062DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE4FE;
--royal-blue-200: #BFCDFD;
--royal-blue-300: #8EA7FB;
--royal-blue-400: #5379F9;
--royal-blue-500: #2253F7;
--royal-blue-600: #0839D9;
--royal-blue-700: #062DAC;
--royal-blue-800: #04207B;
--royal-blue-900: #03154F;
--royal-blue-950: #020D31;
}