Royal Blue
#497AD0
BlueColor Codes
All color formats for development
HEX
#497AD0RGB
rgb(73, 122, 208)HSL
hsl(218, 59%, 55%)OKLCH
oklch(0.587 0.143 260.8)CMYK
cmyk(65%, 41%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#346AC9
2#2E5FB2
3#28539C
4#234786
5#1D3B6F
6#172F59
7#112343
8#0C182D
9#060C16
Tints
Lighter variations
1#5B87D5
2#6D95D9
3#7FA2DE
4#92AFE3
5#A4BDE7
6#B6CAEC
7#C8D7F1
8#DBE4F6
9#EDF2FA
Tones
Muted variations
1#4F7CC9
2#567EC2
3#5D80BC
4#6481B5
5#6A83AE
6#7185A7
7#7887A1
8#7F899A
9#858A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE7 | BordersInactive statesPlaceholder text |
| 400 | 7198 #7198DA | Disabled statesSecondary iconsMuted text |
| 500 | 497A #497AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5F #2E5FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A36 #1A3665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E3EAF8;
--royal-blue-200: #CAD9F1;
--royal-blue-300: #A2BBE7;
--royal-blue-400: #7198DA;
--royal-blue-500: #497AD0;
--royal-blue-600: #2E5FB2;
--royal-blue-700: #254B8E;
--royal-blue-800: #1A3665;
--royal-blue-900: #112241;
--royal-blue-950: #0A1529;
}