Royal Blue
#7483D8
BlueColor Codes
All color formats for development
HEX
#7483D8RGB
rgb(116, 131, 216)HSL
hsl(231, 56%, 65%)OKLCH
oklch(0.635 0.129 274.6)CMYK
cmyk(46%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6CD0
2#4055C9
3#3347B5
4#2C3C9B
5#243281
6#1D2867
7#161E4E
8#0F1434
9#070A1A
Tints
Lighter variations
1#828FDC
2#909CE0
3#9EA8E4
4#ABB4E7
5#B9C1EB
6#C7CDEF
7#D5DAF3
8#E3E6F7
9#F1F3FB
Tones
Muted variations
1#7986D3
2#7E8ACE
3#838DC9
4#8891C4
5#8D94BF
6#9298BA
7#979BB5
8#9C9FB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AD #A4ADE5 | BordersInactive statesPlaceholder text |
| 400 | 7483 #7483D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5F #4C5FCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3144 #3144AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2736 #27368B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C27 #1C2763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #121940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CBD1F0;
--royal-blue-300: #A4ADE5;
--royal-blue-400: #7483D8;
--royal-blue-500: #4C5FCD;
--royal-blue-600: #3144AF;
--royal-blue-700: #27368B;
--royal-blue-800: #1C2763;
--royal-blue-900: #121940;
--royal-blue-950: #0B1028;
}