Royal Blue
#7386D9
BlueColor Codes
All color formats for development
HEX
#7386D9RGB
rgb(115, 134, 217)HSL
hsl(229, 57%, 65%)OKLCH
oklch(0.641 0.126 272.6)CMYK
cmyk(47%, 38%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596FD1
2#3F58CA
3#324AB6
4#2B409C
5#243582
6#1D2A68
7#15204E
8#0E1534
9#070B1A
Tints
Lighter variations
1#8192DC
2#8F9EE0
3#9DAAE4
4#ABB6E8
5#B9C2EC
6#C7CEF0
7#D5DBF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#7889D4
2#7D8CCE
3#828FC9
4#8792C4
5#8C96BF
6#9199BA
7#969CB5
8#9C9FB0
9#A1A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AF #A3AFE6 | BordersInactive statesPlaceholder text |
| 400 | 7386 #7386D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B63 #4B63CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3048 #3048B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2639 #26398C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B29 #1B2964 | 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: #F3F5FC;
--royal-blue-100: #E3E7F7;
--royal-blue-200: #CBD2F1;
--royal-blue-300: #A3AFE6;
--royal-blue-400: #7386D9;
--royal-blue-500: #4B63CE;
--royal-blue-600: #3048B0;
--royal-blue-700: #26398C;
--royal-blue-800: #1B2964;
--royal-blue-900: #121A40;
--royal-blue-950: #0B1028;
}