Royal Blue
#8524F5
PurpleColor Codes
All color formats for development
HEX
#8524F5RGB
rgb(133, 36, 245)HSL
hsl(268, 91%, 55%)OKLCH
oklch(0.54 0.272 296.3)CMYK
cmyk(46%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770BF1
2#690AD6
3#5C09BC
4#4F08A1
5#420686
6#35056B
7#280450
8#1A0336
9#0D011B
Tints
Lighter variations
1#913AF6
2#9E50F7
3#AA66F8
4#B67BF9
5#C291FA
6#CEA7FB
7#DABDFC
8#E7D3FD
9#F3E9FE
Tones
Muted variations
1#862EEA
2#8739E0
3#8743D5
4#884ECB
5#8958C0
6#8962B6
7#8A6DAC
8#8B77A1
9#8C8297
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 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18F #C18FFA | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8524 #8524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690A #690AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5408 #5408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | 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: #DCC0FC;
--royal-blue-300: #C18FFA;
--royal-blue-400: #A055F7;
--royal-blue-500: #8524F5;
--royal-blue-600: #690AD6;
--royal-blue-700: #5408AA;
--royal-blue-800: #3C067A;
--royal-blue-900: #26044E;
--royal-blue-950: #180231;
}