Royal Blue
#7373D9
BlueColor Codes
All color formats for development
HEX
#7373D9RGB
rgb(115, 115, 217)HSL
hsl(240, 57%, 65%)OKLCH
oklch(0.604 0.152 280.9)CMYK
cmyk(47%, 47%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5959D1
2#3F3FCA
3#3232B6
4#2B2B9C
5#242482
6#1D1D68
7#15154E
8#0E0E34
9#07071A
Tints
Lighter variations
1#8181DC
2#8F8FE0
3#9D9DE4
4#ABABE8
5#B9B9EC
6#C7C7F0
7#D5D5F3
8#E3E3F7
9#F1F1FB
Tones
Muted variations
1#7878D4
2#7D7DCE
3#8282C9
4#8787C4
5#8C8CBF
6#9191BA
7#9696B5
8#9C9CB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A3 #A3A3E6 | BordersInactive statesPlaceholder text |
| 400 | 7373 #7373D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4B #4B4BCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3030 #3030B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2626 #26268C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F7;
--royal-blue-200: #CBCBF1;
--royal-blue-300: #A3A3E6;
--royal-blue-400: #7373D9;
--royal-blue-500: #4B4BCE;
--royal-blue-600: #3030B0;
--royal-blue-700: #26268C;
--royal-blue-800: #1B1B64;
--royal-blue-900: #121240;
--royal-blue-950: #0B0B28;
}