Royal Blue
#717ADA
BlueColor Codes
All color formats for development
HEX
#717ADARGB
rgb(113, 122, 218)HSL
hsl(235, 59%, 65%)OKLCH
oklch(0.617 0.144 277.3)CMYK
cmyk(48%, 44%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5761D4
2#3C48CD
3#303BB8
4#29339E
5#222A84
6#1B2269
7#14194F
8#0E1135
9#07081A
Tints
Lighter variations
1#7F87DE
2#8D94E2
3#9CA2E5
4#AAAFE9
5#B8BCED
6#C6CAF0
7#D4D7F4
8#E3E4F8
9#F1F2FB
Tones
Muted variations
1#767ED5
2#7C83D0
3#8187CB
4#868BC5
5#8B90C0
6#9194BB
7#9699B6
8#9B9DB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A8 #A2A8E7 | BordersInactive statesPlaceholder text |
| 400 | 717A #717ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4954 #4954D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E39 #2E39B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252D #252D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A20 #1A2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1115 #111541 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E4F8;
--royal-blue-200: #CACEF1;
--royal-blue-300: #A2A8E7;
--royal-blue-400: #717ADA;
--royal-blue-500: #4954D0;
--royal-blue-600: #2E39B2;
--royal-blue-700: #252D8E;
--royal-blue-800: #1A2065;
--royal-blue-900: #111541;
--royal-blue-950: #0A0D29;
}