Royal Blue
#7720F8
PurpleColor Codes
All color formats for development
HEX
#7720F8RGB
rgb(119, 32, 248)HSL
hsl(264, 94%, 55%)OKLCH
oklch(0.525 0.276 291.3)CMYK
cmyk(52%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6608F5
2#5B07DA
3#5006BE
4#4405A3
5#390488
6#2E036D
7#220352
8#170236
9#0B011B
Tints
Lighter variations
1#8437F9
2#924DF9
3#A063FA
4#AD79FB
5#BB90FC
6#C8A6FC
7#D6BCFD
8#E4D2FE
9#F1E9FE
Tones
Muted variations
1#792BED
2#7B36E3
3#7D41D8
4#7F4CCD
5#8156C2
6#8461B7
7#866CAD
8#8877A2
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 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | 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: #F6F0FF;
--royal-blue-100: #EADCFE;
--royal-blue-200: #D8BFFD;
--royal-blue-300: #B98DFB;
--royal-blue-400: #9552FA;
--royal-blue-500: #7720F8;
--royal-blue-600: #5B07DA;
--royal-blue-700: #4805AD;
--royal-blue-800: #34047C;
--royal-blue-900: #21024F;
--royal-blue-950: #150231;
}