Royal Blue
#7730E8
PurpleColor Codes
All color formats for development
HEX
#7730E8RGB
rgb(119, 48, 232)HSL
hsl(263, 80%, 55%)OKLCH
oklch(0.522 0.25 293)CMYK
cmyk(49%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6719E3
2#5B16CA
3#5014B1
4#441197
5#390E7E
6#2E0B65
7#22084C
8#170632
9#0B0319
Tints
Lighter variations
1#8445EA
2#925AED
3#A06EEF
4#AD83F1
5#BB98F4
6#C9ACF6
7#D6C1F8
8#E4D6FA
9#F1EAFD
Tones
Muted variations
1#793ADF
2#7B43D6
3#7D4CCD
4#7F55C3
5#825EBA
6#8468B1
7#8671A8
8#887A9F
9#8A8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #EADFFB;
--royal-blue-200: #D8C3F8;
--royal-blue-300: #B995F3;
--royal-blue-400: #955EED;
--royal-blue-500: #7730E8;
--royal-blue-600: #5B16CA;
--royal-blue-700: #4912A1;
--royal-blue-800: #340D73;
--royal-blue-900: #210849;
--royal-blue-950: #15052E;
}