Royal Blue
#8355F6
PurpleColor Codes
All color formats for development
HEX
#8355F6RGB
rgb(131, 85, 246)HSL
hsl(257, 90%, 65%)OKLCH
oklch(0.588 0.227 290.9)CMYK
cmyk(47%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C36F4
2#5516F3
3#470CDC
4#3D0ABD
5#33089D
6#28077E
7#1E055E
8#14033F
9#0A021F
Tints
Lighter variations
1#8F66F7
2#9C77F8
3#A888F9
4#B599FA
5#C1AAFB
6#CDBBFB
7#DACCFC
8#E6DDFD
9#F3EEFE
Tones
Muted variations
1#865DEE
2#8A65E6
3#8D6EDE
4#9176D6
5#947ECE
6#9886C6
7#9B8EBE
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 | AD90 #AD90F9 | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5F25 #5F25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440B #440BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3609 #3609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #270679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | 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: #F4F0FE;
--royal-blue-100: #E6DDFD;
--royal-blue-200: #D1C0FC;
--royal-blue-300: #AD90F9;
--royal-blue-400: #8355F6;
--royal-blue-500: #5F25F4;
--royal-blue-600: #440BD5;
--royal-blue-700: #3609AA;
--royal-blue-800: #270679;
--royal-blue-900: #19044E;
--royal-blue-950: #100330;
}