Royal Blue
#8920F8
PurpleColor Codes
All color formats for development
HEX
#8920F8RGB
rgb(137, 32, 248)HSL
hsl(269, 94%, 55%)OKLCH
oklch(0.545 0.277 297.3)CMYK
cmyk(45%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A08F5
2#6D07DA
3#5F06BE
4#5205A3
5#440488
6#36036D
7#290352
8#1B0236
9#0E011B
Tints
Lighter variations
1#9437F9
2#A04DF9
3#AC63FA
4#B879FB
5#C490FC
6#D0A6FC
7#DBBCFD
8#E7D2FE
9#F3E9FE
Tones
Muted variations
1#892BED
2#8936E3
3#8A41D8
4#8A4CCD
5#8A56C2
6#8B61B7
7#8B6CAD
8#8C77A2
9#8C8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38D #C38DFB | BordersInactive statesPlaceholder text |
| 400 | A352 #A352FA | Disabled statesSecondary iconsMuted text |
| 500 | 8920 #8920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D07 #6D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5605 #5605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #28024F | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #EDDCFE;
--royal-blue-200: #DDBFFD;
--royal-blue-300: #C38DFB;
--royal-blue-400: #A352FA;
--royal-blue-500: #8920F8;
--royal-blue-600: #6D07DA;
--royal-blue-700: #5605AD;
--royal-blue-800: #3E047C;
--royal-blue-900: #28024F;
--royal-blue-950: #190231;
}