Royal Blue
#7A4EFD
PurpleColor Codes
All color formats for development
HEX
#7A4EFDRGB
rgb(122, 78, 253)HSL
hsl(255, 98%, 65%)OKLCH
oklch(0.576 0.244 287.7)CMYK
cmyk(52%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#612DFD
2#490DFD
3#3B02E6
4#3302C5
5#2A02A4
6#220183
7#190162
8#110142
9#080021
Tints
Lighter variations
1#8760FD
2#9572FE
3#A283FE
4#AF95FE
5#BDA7FE
6#CAB8FE
7#D7CAFE
8#E4DCFF
9#F2EDFF
Tones
Muted variations
1#7E57F4
2#8360EC
3#8769E3
4#8C71DA
5#907AD1
6#9483C9
7#998CC0
8#9D94B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFE | BordersInactive statesPlaceholder text |
| 400 | 7A4E #7A4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 541C #541CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3902 #3902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E02 #2E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2101 #21017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150151 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E4DCFF;
--royal-blue-200: #CEBDFE;
--royal-blue-300: #A88BFE;
--royal-blue-400: #7A4EFD;
--royal-blue-500: #541CFD;
--royal-blue-600: #3902DE;
--royal-blue-700: #2E02B1;
--royal-blue-800: #21017E;
--royal-blue-900: #150151;
--royal-blue-950: #0D0132;
}