Royal Blue
#845DEE
PurpleColor Codes
All color formats for development
HEX
#845DEERGB
rgb(132, 93, 238)HSL
hsl(256, 81%, 65%)OKLCH
oklch(0.595 0.208 291.1)CMYK
cmyk(45%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D3FEB
2#5621E8
3#4816D2
4#3E13B4
5#341096
6#290D78
7#1F095A
8#15063C
9#0A031E
Tints
Lighter variations
1#906EF0
2#9D7EF1
3#A98EF3
4#B59EF5
5#C2AEF7
6#CEBEF8
7#DACFFA
8#E6DFFC
9#F3EFFD
Tones
Muted variations
1#8765E7
2#8B6CE0
3#8E73D8
4#927AD1
5#9582CA
6#9889C3
7#9C90BB
8#9F97B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F4 | BordersInactive statesPlaceholder text |
| 400 | 845D #845DEE | Disabled statesSecondary iconsMuted text |
| 500 | 612F #612FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4615 #4615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3811 #3811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280C #280C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1908 #19084A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DFFC;
--royal-blue-200: #D1C3F9;
--royal-blue-300: #AE95F4;
--royal-blue-400: #845DEE;
--royal-blue-500: #612FE9;
--royal-blue-600: #4615CB;
--royal-blue-700: #3811A2;
--royal-blue-800: #280C73;
--royal-blue-900: #19084A;
--royal-blue-950: #10052E;
}