Royal Blue
#7173DA
BlueColor Codes
All color formats for development
HEX
#7173DARGB
rgb(113, 115, 218)HSL
hsl(239, 59%, 65%)OKLCH
oklch(0.603 0.154 279.9)CMYK
cmyk(48%, 47%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5759D4
2#3C3FCD
3#3032B8
4#292B9E
5#222484
6#1B1C69
7#14154F
8#0E0E35
9#07071A
Tints
Lighter variations
1#7F81DE
2#8D8FE2
3#9C9DE5
4#AAABE9
5#B8B9ED
6#C6C7F0
7#D4D5F4
8#E3E3F8
9#F1F1FB
Tones
Muted variations
1#7678D5
2#7C7DD0
3#8182CB
4#8687C5
5#8B8CC0
6#9191BB
7#9696B6
8#9B9CB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACB #CACBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A3 #A2A3E7 | BordersInactive statesPlaceholder text |
| 400 | 7173 #7173DA | Disabled statesSecondary iconsMuted text |
| 500 | 494B #494BD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E30 #2E30B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2526 #25268E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1B #1A1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F8;
--royal-blue-200: #CACBF1;
--royal-blue-300: #A2A3E7;
--royal-blue-400: #7173DA;
--royal-blue-500: #494BD0;
--royal-blue-600: #2E30B2;
--royal-blue-700: #25268E;
--royal-blue-800: #1A1B65;
--royal-blue-900: #111241;
--royal-blue-950: #0A0B29;
}