Royal Blue
#7171DA
BlueColor Codes
All color formats for development
HEX
#7171DARGB
rgb(113, 113, 218)HSL
hsl(240, 59%, 65%)OKLCH
oklch(0.599 0.156 280.6)CMYK
cmyk(48%, 48%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5757D4
2#3C3CCD
3#3030B8
4#29299E
5#222284
6#1B1B69
7#14144F
8#0E0E35
9#07071A
Tints
Lighter variations
1#7F7FDE
2#8D8DE2
3#9C9CE5
4#AAAAE9
5#B8B8ED
6#C6C6F0
7#D4D4F4
8#E3E3F8
9#F1F1FB
Tones
Muted variations
1#7676D5
2#7C7CD0
3#8181CB
4#8686C5
5#8B8BC0
6#9191BB
7#9696B6
8#9B9BB0
9#A0A0AB
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 | CACA #CACAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E7 | BordersInactive statesPlaceholder text |
| 400 | 7171 #7171DA | Disabled statesSecondary iconsMuted text |
| 500 | 4949 #4949D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E2E #2E2EB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | 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: #CACAF1;
--royal-blue-300: #A2A2E7;
--royal-blue-400: #7171DA;
--royal-blue-500: #4949D0;
--royal-blue-600: #2E2EB2;
--royal-blue-700: #25258E;
--royal-blue-800: #1A1A65;
--royal-blue-900: #111141;
--royal-blue-950: #0A0A29;
}