Royal Blue
#8463E9
PurpleColor Codes
All color formats for development
HEX
#8463E9RGB
rgb(132, 99, 233)HSL
hsl(255, 75%, 65%)OKLCH
oklch(0.601 0.194 290.7)CMYK
cmyk(43%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D46E5
2#5729E0
3#491DCB
4#3E19AE
5#341591
6#291174
7#1F0C57
8#15083A
9#0A041D
Tints
Lighter variations
1#9172EB
2#9D82ED
3#A992EF
4#B5A1F2
5#C2B1F4
6#CEC1F6
7#DAD0F8
8#E6E0FB
9#F3EFFD
Tones
Muted variations
1#886AE2
2#8B70DB
3#8E77D5
4#927ECE
5#9584C7
6#988BC1
7#9C92BA
8#9F98B3
9#A29FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F0 | BordersInactive statesPlaceholder text |
| 400 | 8463 #8463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 6136 #6136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461C #461CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3816 #38169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2810 #281070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E6E0FB;
--royal-blue-200: #D1C5F7;
--royal-blue-300: #AE98F0;
--royal-blue-400: #8463E9;
--royal-blue-500: #6136E2;
--royal-blue-600: #461CC4;
--royal-blue-700: #38169C;
--royal-blue-800: #281070;
--royal-blue-900: #190A47;
--royal-blue-950: #10062D;
}