Royal Blue
#7178DA
BlueColor Codes
All color formats for development
HEX
#7178DARGB
rgb(113, 120, 218)HSL
hsl(236, 59%, 65%)OKLCH
oklch(0.613 0.147 278)CMYK
cmyk(48%, 45%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#575FD4
2#3C46CD
3#3039B8
4#29319E
5#222884
6#1B2069
7#14184F
8#0E1035
9#07081A
Tints
Lighter variations
1#7F86DE
2#8D93E2
3#9CA1E5
4#AAAEE9
5#B8BCED
6#C6C9F0
7#D4D7F4
8#E3E4F8
9#F1F2FB
Tones
Muted variations
1#767DD5
2#7C81D0
3#8186CB
4#868AC5
5#8B8FC0
6#9193BB
7#9698B6
8#9B9DB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E7 | BordersInactive statesPlaceholder text |
| 400 | 7178 #7178DA | Disabled statesSecondary iconsMuted text |
| 500 | 4952 #4952D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E37 #2E37B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1F #1A1F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F8;
--royal-blue-200: #CACDF1;
--royal-blue-300: #A2A6E7;
--royal-blue-400: #7178DA;
--royal-blue-500: #4952D0;
--royal-blue-600: #2E37B2;
--royal-blue-700: #252C8E;
--royal-blue-800: #1A1F65;
--royal-blue-900: #111441;
--royal-blue-950: #0A0C29;
}