Royal Blue
#7380D9
BlueColor Codes
All color formats for development
HEX
#7380D9RGB
rgb(115, 128, 217)HSL
hsl(232, 57%, 65%)OKLCH
oklch(0.629 0.134 275.6)CMYK
cmyk(47%, 41%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5969D1
2#3F51CA
3#3244B6
4#2B3A9C
5#243082
6#1D2768
7#151D4E
8#0E1334
9#070A1A
Tints
Lighter variations
1#818DDC
2#8F9AE0
3#9DA6E4
4#ABB3E8
5#B9C0EC
6#C7CCF0
7#D5D9F3
8#E3E6F7
9#F1F2FB
Tones
Muted variations
1#7884D4
2#7D88CE
3#828CC9
4#878FC4
5#8C93BF
6#9197BA
7#969BB5
8#9C9EB0
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 | CBD0 #CBD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AC #A3ACE6 | BordersInactive statesPlaceholder text |
| 400 | 7380 #7380D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B5C #4B5CCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3041 #3041B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2634 #26348C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B25 #1B2564 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | 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: #CBD0F1;
--royal-blue-300: #A3ACE6;
--royal-blue-400: #7380D9;
--royal-blue-500: #4B5CCE;
--royal-blue-600: #3041B0;
--royal-blue-700: #26348C;
--royal-blue-800: #1B2564;
--royal-blue-900: #121840;
--royal-blue-950: #0B0F28;
}