Royal Blue
#7A1DFC
PurpleColor Codes
All color formats for development
HEX
#7A1DFCRGB
rgb(122, 29, 252)HSL
hsl(265, 97%, 55%)OKLCH
oklch(0.53 0.282 291.7)CMYK
cmyk(52%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A04F9
2#5E03DD
3#5203C1
4#4703A6
5#3B028A
6#2F026F
7#230153
8#180137
9#0C001C
Tints
Lighter variations
1#8734FC
2#944AFC
3#A261FD
4#AF77FD
5#BC8EFD
6#CAA5FE
7#D7BBFE
8#E4D2FE
9#F2E8FF
Tones
Muted variations
1#7C28F0
2#7D33E5
3#7F3EDA
4#8149CF
5#8355C4
6#8560B9
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 #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFD | BordersInactive statesPlaceholder text |
| 400 | 974F #974FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7A1D #7A1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E03 #5E03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B03 #4B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3502 #35027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220150 | 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: #EADCFE;
--royal-blue-200: #D8BEFE;
--royal-blue-300: #BB8BFD;
--royal-blue-400: #974FFC;
--royal-blue-500: #7A1DFC;
--royal-blue-600: #5E03DD;
--royal-blue-700: #4B03B0;
--royal-blue-800: #35027E;
--royal-blue-900: #220150;
--royal-blue-950: #150132;
}