Royal Blue
#617AEA
BlueColor Codes
All color formats for development
HEX
#617AEARGB
rgb(97, 122, 234)HSL
hsl(229, 77%, 65%)OKLCH
oklch(0.616 0.17 271.2)CMYK
cmyk(59%, 48%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4462E7
2#2649E3
3#1B3BCD
4#1733B0
5#132A93
6#0F2275
7#0B1958
8#08113B
9#04081D
Tints
Lighter variations
1#7188ED
2#8195EF
3#90A2F1
4#A0AFF3
5#B0BDF5
6#C0CAF7
7#D0D7F9
8#DFE4FB
9#EFF2FD
Tones
Muted variations
1#687FE4
2#6F83DD
3#7687D6
4#7D8CCF
5#8390C8
6#8A94C1
7#9199BA
8#989DB3
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CE #C4CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A8 #97A8F2 | BordersInactive statesPlaceholder text |
| 400 | 617A #617AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3454 #3454E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A39 #1A39C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091548 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CEF7;
--royal-blue-300: #97A8F2;
--royal-blue-400: #617AEA;
--royal-blue-500: #3454E5;
--royal-blue-600: #1A39C7;
--royal-blue-700: #152E9E;
--royal-blue-800: #0F2171;
--royal-blue-900: #091548;
--royal-blue-950: #060D2D;
}