Royal Blue
#7184DA
BlueColor Codes
All color formats for development
HEX
#7184DARGB
rgb(113, 132, 218)HSL
hsl(229, 59%, 65%)OKLCH
oklch(0.637 0.131 272.8)CMYK
cmyk(48%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576ED4
2#3C57CD
3#3049B8
4#293E9E
5#223484
6#1B2A69
7#141F4F
8#0E1535
9#070A1A
Tints
Lighter variations
1#7F91DE
2#8D9DE2
3#9CA9E5
4#AAB5E9
5#B8C2ED
6#C6CEF0
7#D4DAF4
8#E3E6F8
9#F1F3FB
Tones
Muted variations
1#7688D5
2#7C8BD0
3#818ECB
4#8692C5
5#8B95C0
6#9198BB
7#969CB6
8#9B9FB0
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AE #A2AEE7 | BordersInactive statesPlaceholder text |
| 400 | 7184 #7184DA | Disabled statesSecondary iconsMuted text |
| 500 | 4961 #4961D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E46 #2E46B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2865 | 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: #F3F4FC;
--royal-blue-100: #E3E6F8;
--royal-blue-200: #CAD1F1;
--royal-blue-300: #A2AEE7;
--royal-blue-400: #7184DA;
--royal-blue-500: #4961D0;
--royal-blue-600: #2E46B2;
--royal-blue-700: #25388E;
--royal-blue-800: #1A2865;
--royal-blue-900: #111A41;
--royal-blue-950: #0A1029;
}