Royal Blue
#7722F7
PurpleColor Codes
All color formats for development
HEX
#7722F7RGB
rgb(119, 34, 247)HSL
hsl(264, 93%, 55%)OKLCH
oklch(0.525 0.274 291.3)CMYK
cmyk(52%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6709F4
2#5B08D9
3#5007BD
4#4406A2
5#390587
6#2E046C
7#220351
8#170236
9#0B011B
Tints
Lighter variations
1#8538F8
2#924EF9
3#A064F9
4#AD7AFA
5#BB90FB
6#C9A6FC
7#D6BDFD
8#E4D3FD
9#F1E9FE
Tones
Muted variations
1#792CEC
2#7B37E2
3#7D42D7
4#7F4CCC
5#8257C2
6#8462B7
7#866CAC
8#8877A2
9#8A8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98E #B98EFB | BordersInactive statesPlaceholder text |
| 400 | 9553 #9553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7722 #7722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B08 #5B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4906 #4906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FE;
--royal-blue-100: #EADDFE;
--royal-blue-200: #D8BFFD;
--royal-blue-300: #B98EFB;
--royal-blue-400: #9553F9;
--royal-blue-500: #7722F7;
--royal-blue-600: #5B08D9;
--royal-blue-700: #4906AC;
--royal-blue-800: #34047B;
--royal-blue-900: #21034F;
--royal-blue-950: #150231;
}