Royal Blue
#7484D8
BlueColor Codes
All color formats for development
HEX
#7484D8RGB
rgb(116, 132, 216)HSL
hsl(230, 56%, 65%)OKLCH
oklch(0.637 0.127 274.1)CMYK
cmyk(46%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6ED0
2#4057C9
3#3349B5
4#2C3E9B
5#243481
6#1D2A67
7#161F4E
8#0F1534
9#070A1A
Tints
Lighter variations
1#8291DC
2#909DE0
3#9EA9E4
4#ABB5E7
5#B9C2EB
6#C7CEEF
7#D5DAF3
8#E3E6F7
9#F1F3FB
Tones
Muted variations
1#7988D3
2#7E8BCE
3#838EC9
4#8892C4
5#8D95BF
6#9298BA
7#979CB5
8#9C9FB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AE #A4AEE5 | BordersInactive statesPlaceholder text |
| 400 | 7484 #7484D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C61 #4C61CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3146 #3146AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2738 #27388B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C28 #1C2863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CBD1F0;
--royal-blue-300: #A4AEE5;
--royal-blue-400: #7484D8;
--royal-blue-500: #4C61CD;
--royal-blue-600: #3146AF;
--royal-blue-700: #27388B;
--royal-blue-800: #1C2863;
--royal-blue-900: #121A40;
--royal-blue-950: #0B1028;
}