Royal Blue
#8457F4
PurpleColor Codes
All color formats for development
HEX
#8457F4RGB
rgb(132, 87, 244)HSL
hsl(257, 88%, 65%)OKLCH
oklch(0.591 0.223 291.2)CMYK
cmyk(46%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D38F2
2#5619F0
3#480EDA
4#3E0CBB
5#330A9C
6#29087D
7#1F065D
8#15043E
9#0A021F
Tints
Lighter variations
1#9068F5
2#9C79F6
3#A98AF8
4#B59AF9
5#C1ABFA
6#CEBCFB
7#DACDFC
8#E6DDFD
9#F3EEFE
Tones
Muted variations
1#875FEC
2#8B67E5
3#8E6FDD
4#9177D5
5#957ECD
6#9886C5
7#9C8EBD
8#9F96B5
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DDFD;
--royal-blue-200: #D1C1FB;
--royal-blue-300: #AE91F8;
--royal-blue-400: #8457F4;
--royal-blue-500: #6027F1;
--royal-blue-600: #450DD3;
--royal-blue-700: #370BA8;
--royal-blue-800: #270878;
--royal-blue-900: #19054D;
--royal-blue-950: #100330;
}