Royal Blue
#7A1CFD
PurpleColor Codes
All color formats for development
HEX
#7A1CFDRGB
rgb(122, 28, 253)HSL
hsl(265, 98%, 55%)OKLCH
oklch(0.531 0.283 291.6)CMYK
cmyk(52%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A03FA
2#5E02DE
3#5202C2
4#4602A7
5#3B018B
6#2F016F
7#230153
8#170138
9#0C001C
Tints
Lighter variations
1#8733FD
2#9449FD
3#A260FD
4#AF77FE
5#BC8DFE
6#CAA4FE
7#D7BBFE
8#E4D2FF
9#F2E8FF
Tones
Muted variations
1#7B27F1
2#7D32E6
3#7F3EDB
4#8149D0
5#8354C4
6#855FB9
7#876BAE
8#8976A3
9#8A8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFE | BordersInactive statesPlaceholder text |
| 400 | 974E #974EFD | Disabled statesSecondary iconsMuted text |
| 500 | 7A1C #7A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E02 #5E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B02 #4B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3501 #35017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220151 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #EADCFF;
--royal-blue-200: #D8BDFE;
--royal-blue-300: #BB8BFE;
--royal-blue-400: #974EFD;
--royal-blue-500: #7A1CFD;
--royal-blue-600: #5E02DE;
--royal-blue-700: #4B02B1;
--royal-blue-800: #35017E;
--royal-blue-900: #220151;
--royal-blue-950: #150132;
}