Royal Blue
#8956F5
PurpleColor Codes
All color formats for development
HEX
#8956F5RGB
rgb(137, 86, 245)HSL
hsl(259, 89%, 65%)OKLCH
oklch(0.595 0.225 293)CMYK
cmyk(44%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7337F3
2#5D18F2
3#4E0DDB
4#430BBC
5#38099D
6#2D077D
7#21055E
8#16043F
9#0B021F
Tints
Lighter variations
1#9467F6
2#A078F7
3#AC89F8
4#B89AF9
5#C4ABFA
6#D0BCFB
7#DBCCFC
8#E7DDFD
9#F3EEFE
Tones
Muted variations
1#8C5EED
2#8E66E5
3#916EDD
4#9476D5
5#977ECD
6#9A86C6
7#9D8EBE
8#A096B6
9#A39EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8956 #8956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6726 #6726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0C #4C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0A #3C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B07 #2B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D3C0FB;
--royal-blue-300: #B190F9;
--royal-blue-400: #8956F5;
--royal-blue-500: #6726F2;
--royal-blue-600: #4C0CD4;
--royal-blue-700: #3C0AA9;
--royal-blue-800: #2B0778;
--royal-blue-900: #1B044D;
--royal-blue-950: #110330;
}