Royal Blue
#8922F7
PurpleColor Codes
All color formats for development
HEX
#8922F7RGB
rgb(137, 34, 247)HSL
hsl(269, 93%, 55%)OKLCH
oklch(0.545 0.275 297.4)CMYK
cmyk(45%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A09F4
2#6D08D9
3#5F07BD
4#5206A2
5#440587
6#36046C
7#290351
8#1B0236
9#0E011B
Tints
Lighter variations
1#9538F8
2#A04EF9
3#AC64F9
4#B87AFA
5#C490FB
6#D0A6FC
7#DCBDFD
8#E7D3FD
9#F3E9FE
Tones
Muted variations
1#892CEC
2#8937E2
3#8A42D7
4#8A4CCC
5#8A57C2
6#8B62B7
7#8B6CAC
8#8C77A2
9#8C8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFB | BordersInactive statesPlaceholder text |
| 400 | A353 #A353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8922 #8922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D08 #6D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5606 #5606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034F | 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: #F7F0FE;
--royal-blue-100: #EDDDFE;
--royal-blue-200: #DDBFFD;
--royal-blue-300: #C38EFB;
--royal-blue-400: #A353F9;
--royal-blue-500: #8922F7;
--royal-blue-600: #6D08D9;
--royal-blue-700: #5606AC;
--royal-blue-800: #3E047B;
--royal-blue-900: #28034F;
--royal-blue-950: #190231;
}