Royal Blue
#8452FA
PurpleColor Codes
All color formats for development
HEX
#8452FARGB
rgb(132, 82, 250)HSL
hsl(258, 94%, 65%)OKLCH
oklch(0.588 0.236 291.1)CMYK
cmyk(47%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D32F9
2#5712F8
3#4807E1
4#3E06C1
5#3405A1
6#290481
7#1F0360
8#150240
9#0A0120
Tints
Lighter variations
1#9063FA
2#9D74FB
3#A986FB
4#B597FC
5#C2A8FC
6#CEBAFD
7#DACBFD
8#E6DCFE
9#F3EEFE
Tones
Muted variations
1#885AF1
2#8B63E9
3#8E6BE0
4#9273D8
5#957CD0
6#9884C7
7#9C8DBF
8#9F95B7
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFB | BordersInactive statesPlaceholder text |
| 400 | 8452 #8452FA | Disabled statesSecondary iconsMuted text |
| 500 | 6120 #6120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4607 #4607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3805 #3805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #19024F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E6DCFE;
--royal-blue-200: #D1BFFD;
--royal-blue-300: #AE8DFB;
--royal-blue-400: #8452FA;
--royal-blue-500: #6120F8;
--royal-blue-600: #4607DA;
--royal-blue-700: #3805AD;
--royal-blue-800: #28047C;
--royal-blue-900: #19024F;
--royal-blue-950: #100231;
}