Royal Blue
#8355F7
PurpleColor Codes
All color formats for development
HEX
#8355F7RGB
rgb(131, 85, 247)HSL
hsl(257, 91%, 65%)OKLCH
oklch(0.589 0.229 290.7)CMYK
cmyk(47%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B35F5
2#5415F4
3#460ADE
4#3C09BE
5#32079E
6#28067F
7#1E045F
8#14033F
9#0A0120
Tints
Lighter variations
1#8F66F8
2#9B77F9
3#A888F9
4#B499FA
5#C1AAFB
6#CDBBFC
7#DACCFD
8#E6DDFD
9#F3EEFE
Tones
Muted variations
1#865DEF
2#8A65E7
3#8D6DDF
4#9175D6
5#947DCE
6#9885C6
7#9B8DBE
8#9F96B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8F #AD8FFA | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5F24 #5F24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440A #440AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3608 #3608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #27067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | 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: #F4F0FE;
--royal-blue-100: #E6DDFD;
--royal-blue-200: #D1C0FC;
--royal-blue-300: #AD8FFA;
--royal-blue-400: #8355F7;
--royal-blue-500: #5F24F5;
--royal-blue-600: #440AD6;
--royal-blue-700: #3608AA;
--royal-blue-800: #27067A;
--royal-blue-900: #19044E;
--royal-blue-950: #0F0231;
}