Royal Blue
#617FEA
BlueColor Codes
All color formats for development
HEX
#617FEARGB
rgb(97, 127, 234)HSL
hsl(227, 77%, 65%)OKLCH
oklch(0.626 0.164 269.4)CMYK
cmyk(59%, 46%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4467E7
2#264FE3
3#1B41CD
4#1738B0
5#132F93
6#0F2575
7#0B1C58
8#08133B
9#04091D
Tints
Lighter variations
1#718CED
2#8198EF
3#90A5F1
4#A0B2F3
5#B0BFF5
6#C0CCF7
7#D0D9F9
8#DFE5FB
9#EFF2FD
Tones
Muted variations
1#6883E4
2#6F87DD
3#768AD6
4#7D8ECF
5#8392C8
6#8A96C1
7#919ABA
8#989EB3
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AB #97ABF2 | BordersInactive statesPlaceholder text |
| 400 | 617F #617FEA | Disabled statesSecondary iconsMuted text |
| 500 | 345A #345AE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A3F #1A3FC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1532 #15329E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F24 #0F2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091748 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C4CFF7;
--royal-blue-300: #97ABF2;
--royal-blue-400: #617FEA;
--royal-blue-500: #345AE5;
--royal-blue-600: #1A3FC7;
--royal-blue-700: #15329E;
--royal-blue-800: #0F2471;
--royal-blue-900: #091748;
--royal-blue-950: #060E2D;
}