Royal Blue
#7186DA
BlueColor Codes
All color formats for development
HEX
#7186DARGB
rgb(113, 134, 218)HSL
hsl(228, 59%, 65%)OKLCH
oklch(0.641 0.128 271.7)CMYK
cmyk(48%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5770D4
2#3C59CD
3#304BB8
4#29409E
5#223684
6#1B2B69
7#14204F
8#0E1535
9#070B1A
Tints
Lighter variations
1#7F92DE
2#8D9EE2
3#9CAAE5
4#AAB6E9
5#B8C3ED
6#C6CFF0
7#D4DBF4
8#E3E7F8
9#F1F3FB
Tones
Muted variations
1#7689D5
2#7C8CD0
3#8190CB
4#8693C5
5#8B96C0
6#9199BB
7#969CB6
8#9B9FB0
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B0 #A2B0E7 | BordersInactive statesPlaceholder text |
| 400 | 7186 #7186DA | Disabled statesSecondary iconsMuted text |
| 500 | 4964 #4964D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E48 #2E48B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253A #253A8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A29 #1A2965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E3E7F8;
--royal-blue-200: #CAD2F1;
--royal-blue-300: #A2B0E7;
--royal-blue-400: #7186DA;
--royal-blue-500: #4964D0;
--royal-blue-600: #2E48B2;
--royal-blue-700: #253A8E;
--royal-blue-800: #1A2965;
--royal-blue-900: #111A41;
--royal-blue-950: #0A1029;
}