Royal Blue
#8855F7
PurpleColor Codes
All color formats for development
HEX
#8855F7RGB
rgb(136, 85, 247)HSL
hsl(259, 91%, 65%)OKLCH
oklch(0.594 0.229 292.5)CMYK
cmyk(45%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7235F5
2#5C15F4
3#4D0ADE
4#4209BE
5#37079E
6#2C067F
7#21045F
8#16033F
9#0B0120
Tints
Lighter variations
1#9466F8
2#A077F9
3#AC88F9
4#B899FA
5#C3AAFB
6#CFBBFC
7#DBCCFD
8#E7DDFD
9#F3EEFE
Tones
Muted variations
1#8B5DEF
2#8E65E7
3#916DDF
4#9475D6
5#977DCE
6#9A85C6
7#9D8DBE
8#A096B6
9#A39EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18F #B18FFA | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6624 #6624F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0A #4B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B08 #3B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A06 #2A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D3C0FC;
--royal-blue-300: #B18FFA;
--royal-blue-400: #8855F7;
--royal-blue-500: #6624F5;
--royal-blue-600: #4B0AD6;
--royal-blue-700: #3B08AA;
--royal-blue-800: #2A067A;
--royal-blue-900: #1B044E;
--royal-blue-950: #110231;
}