Royal Blue
#717CDA
BlueColor Codes
All color formats for development
HEX
#717CDARGB
rgb(113, 124, 218)HSL
hsl(234, 59%, 65%)OKLCH
oklch(0.621 0.141 276.4)CMYK
cmyk(48%, 43%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5763D4
2#3C4BCD
3#303DB8
4#29359E
5#222C84
6#1B2369
7#141A4F
8#0E1235
9#07091A
Tints
Lighter variations
1#7F89DE
2#8D96E2
3#9CA3E5
4#AAB0E9
5#B8BDED
6#C6CAF0
7#D4D8F4
8#E3E5F8
9#F1F2FB
Tones
Muted variations
1#7680D5
2#7C84D0
3#8188CB
4#868CC5
5#8B91C0
6#9195BB
7#9699B6
8#9B9DB0
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E7 | BordersInactive statesPlaceholder text |
| 400 | 717C #717CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4956 #4956D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E3B #2E3BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252F #252F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A22 #1A2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111641 | 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: #E3E5F8;
--royal-blue-200: #CACEF1;
--royal-blue-300: #A2A9E7;
--royal-blue-400: #717CDA;
--royal-blue-500: #4956D0;
--royal-blue-600: #2E3BB2;
--royal-blue-700: #252F8E;
--royal-blue-800: #1A2265;
--royal-blue-900: #111641;
--royal-blue-950: #0A0D29;
}