Royal Blue
#7A61EA
BlueColor Codes
All color formats for development
HEX
#7A61EARGB
rgb(122, 97, 234)HSL
hsl(251, 77%, 65%)OKLCH
oklch(0.589 0.198 287.1)CMYK
cmyk(48%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6244E7
2#4926E3
3#3B1BCD
4#3317B0
5#2A1393
6#220F75
7#190B58
8#11083B
9#08041D
Tints
Lighter variations
1#8871ED
2#9581EF
3#A290F1
4#AFA0F3
5#BDB0F5
6#CAC0F7
7#D7D0F9
8#E4DFFB
9#F2EFFD
Tones
Muted variations
1#7F68E4
2#836FDD
3#8776D6
4#8C7DCF
5#9083C8
6#948AC1
7#9991BA
8#9D98B3
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC4 #CEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A897 #A897F2 | BordersInactive statesPlaceholder text |
| 400 | 7A61 #7A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 5434 #5434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 391A #391AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150948 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CEC4F7;
--royal-blue-300: #A897F2;
--royal-blue-400: #7A61EA;
--royal-blue-500: #5434E5;
--royal-blue-600: #391AC7;
--royal-blue-700: #2E159E;
--royal-blue-800: #210F71;
--royal-blue-900: #150948;
--royal-blue-950: #0D062D;
}