Royal Blue
#7183DA
BlueColor Codes
All color formats for development
HEX
#7183DARGB
rgb(113, 131, 218)HSL
hsl(230, 59%, 65%)OKLCH
oklch(0.635 0.132 273.3)CMYK
cmyk(48%, 40%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576CD4
2#3C54CD
3#3046B8
4#293C9E
5#223284
6#1B2869
7#141E4F
8#0E1435
9#070A1A
Tints
Lighter variations
1#7F8FDE
2#8D9CE2
3#9CA8E5
4#AAB4E9
5#B8C1ED
6#C6CDF0
7#D4DAF4
8#E3E6F8
9#F1F3FB
Tones
Muted variations
1#7686D5
2#7C8AD0
3#818DCB
4#8691C5
5#8B94C0
6#9198BB
7#969BB6
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 | A2AD #A2ADE7 | BordersInactive statesPlaceholder text |
| 400 | 7183 #7183DA | Disabled statesSecondary iconsMuted text |
| 500 | 495F #495FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E44 #2E44B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2536 #25368E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A27 #1A2765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1119 #111941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | 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: #A2ADE7;
--royal-blue-400: #7183DA;
--royal-blue-500: #495FD0;
--royal-blue-600: #2E44B2;
--royal-blue-700: #25368E;
--royal-blue-800: #1A2765;
--royal-blue-900: #111941;
--royal-blue-950: #0A0F29;
}