Royal Blue
#8224F5
PurpleColor Codes
All color formats for development
HEX
#8224F5RGB
rgb(130, 36, 245)HSL
hsl(267, 91%, 55%)OKLCH
oklch(0.536 0.272 295.3)CMYK
cmyk(47%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#730BF1
2#660AD6
3#5909BC
4#4C08A1
5#400686
6#33056B
7#260450
8#190336
9#0D011B
Tints
Lighter variations
1#8E3AF6
2#9B50F7
3#A766F8
4#B47BF9
5#C091FA
6#CDA7FB
7#D9BDFC
8#E6D3FD
9#F2E9FE
Tones
Muted variations
1#832EEA
2#8439E0
3#8543D5
4#864ECB
5#8758C0
6#8862B6
7#896DAC
8#8A77A1
9#8B8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FE;
--royal-blue-100: #ECDDFD;
--royal-blue-200: #DBC0FC;
--royal-blue-300: #BF8FFA;
--royal-blue-400: #9E55F7;
--royal-blue-500: #8224F5;
--royal-blue-600: #660AD6;
--royal-blue-700: #5108AA;
--royal-blue-800: #3A067A;
--royal-blue-900: #25044E;
--royal-blue-950: #170231;
}