Royal Blue
#5374F9
BlueColor Codes
All color formats for development
HEX
#5374F9RGB
rgb(83, 116, 249)HSL
hsl(228, 93%, 65%)OKLCH
oklch(0.607 0.202 269.1)CMYK
cmyk(67%, 53%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335AF8
2#1340F6
3#0833E0
4#072CC0
5#0625A0
6#051D80
7#031660
8#020F40
9#010720
Tints
Lighter variations
1#6482F9
2#7590FA
3#869EFB
4#98ACFB
5#A9B9FC
6#BAC7FD
7#CBD5FD
8#DDE3FE
9#EEF1FE
Tones
Muted variations
1#5B79F0
2#637EE8
3#6C83E0
4#7488D8
5#7C8DCF
6#8592C7
7#8D97BF
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 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA4 #8EA4FB | BordersInactive statesPlaceholder text |
| 400 | 5374 #5374F9 | Disabled statesSecondary iconsMuted text |
| 500 | 224C #224CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0832 #0832D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0627 #0627AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0312 #03124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FE;
--royal-blue-200: #BFCBFD;
--royal-blue-300: #8EA4FB;
--royal-blue-400: #5374F9;
--royal-blue-500: #224CF7;
--royal-blue-600: #0832D9;
--royal-blue-700: #0627AC;
--royal-blue-800: #041C7B;
--royal-blue-900: #03124F;
--royal-blue-950: #020B31;
}