Royal Blue
#497CD0
BlueColor Codes
All color formats for development
HEX
#497CD0RGB
rgb(73, 124, 208)HSL
hsl(217, 59%, 55%)OKLCH
oklch(0.591 0.14 259.9)CMYK
cmyk(65%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#346DC9
2#2E61B2
3#28559C
4#234986
5#1D3C6F
6#173059
7#112443
8#0C182D
9#060C16
Tints
Lighter variations
1#5B8AD5
2#6D97D9
3#7FA4DE
4#92B1E3
5#A4BEE7
6#B6CBEC
7#C8D8F1
8#DBE5F6
9#EDF2FA
Tones
Muted variations
1#4F7EC9
2#5680C2
3#5D81BC
4#6483B5
5#6A84AE
6#7186A7
7#7888A1
8#7F899A
9#858B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE7 | BordersInactive statesPlaceholder text |
| 400 | 7199 #7199DA | Disabled statesSecondary iconsMuted text |
| 500 | 497C #497CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E61 #2E61B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E3EBF8;
--royal-blue-200: #CAD9F1;
--royal-blue-300: #A2BCE7;
--royal-blue-400: #7199DA;
--royal-blue-500: #497CD0;
--royal-blue-600: #2E61B2;
--royal-blue-700: #254D8E;
--royal-blue-800: #1A3765;
--royal-blue-900: #112341;
--royal-blue-950: #0A1629;
}