Royal Blue
#8152FA
PurpleColor Codes
All color formats for development
HEX
#8152FARGB
rgb(129, 82, 250)HSL
hsl(257, 94%, 65%)OKLCH
oklch(0.586 0.236 290)CMYK
cmyk(48%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A32F9
2#5312F8
3#4507E1
4#3B06C1
5#3105A1
6#270481
7#1D0360
8#140240
9#0A0120
Tints
Lighter variations
1#8E63FA
2#9B74FB
3#A786FB
4#B497FC
5#C0A8FC
6#CDBAFD
7#D9CBFD
8#E6DCFE
9#F2EEFE
Tones
Muted variations
1#855AF1
2#8963E9
3#8C6BE0
4#9073D8
5#947CD0
6#9784C7
7#9B8DBF
8#9E95B7
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 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFB | BordersInactive statesPlaceholder text |
| 400 | 8152 #8152FA | Disabled statesSecondary iconsMuted text |
| 500 | 5E20 #5E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4207 #4207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3505 #3505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #18024F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | 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: #D0BFFD;
--royal-blue-300: #AC8DFB;
--royal-blue-400: #8152FA;
--royal-blue-500: #5E20F8;
--royal-blue-600: #4207DA;
--royal-blue-700: #3505AD;
--royal-blue-800: #26047C;
--royal-blue-900: #18024F;
--royal-blue-950: #0F0231;
}