Royal Blue
#8462EA
PurpleColor Codes
All color formats for development
HEX
#8462EARGB
rgb(132, 98, 234)HSL
hsl(255, 76%, 65%)OKLCH
oklch(0.6 0.196 290.8)CMYK
cmyk(44%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D45E6
2#5628E2
3#481CCC
4#3E18AF
5#331492
6#291075
7#1F0C58
8#15083A
9#0A041D
Tints
Lighter variations
1#9072EC
2#9C81EE
3#A991F0
4#B5A1F2
5#C1B0F4
6#CEC0F6
7#DAD0F9
8#E6E0FB
9#F3EFFD
Tones
Muted variations
1#8769E3
2#8B6FDC
3#8E76D5
4#917DCE
5#9584C8
6#988BC1
7#9C91BA
8#9F98B3
9#A29FAD
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 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | 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: #AE98F1;
--royal-blue-400: #8462EA;
--royal-blue-500: #6135E3;
--royal-blue-600: #461BC5;
--royal-blue-700: #37159D;
--royal-blue-800: #280F70;
--royal-blue-900: #190A48;
--royal-blue-950: #10062D;
}