Royal Blue
#825DEE
PurpleColor Codes
All color formats for development
HEX
#825DEERGB
rgb(130, 93, 238)HSL
hsl(255, 81%, 65%)OKLCH
oklch(0.593 0.208 290.4)CMYK
cmyk(45%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A3FEB
2#5321E8
3#4516D2
4#3B13B4
5#311096
6#270D78
7#1E095A
8#14063C
9#0A031E
Tints
Lighter variations
1#8E6EF0
2#9B7EF1
3#A78EF3
4#B49EF5
5#C0AEF7
6#CDBEF8
7#D9CFFA
8#E6DFFC
9#F2EFFD
Tones
Muted variations
1#8565E7
2#896CE0
3#8C73D8
4#907AD1
5#9482CA
6#9789C3
7#9B90BB
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 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F4 | BordersInactive statesPlaceholder text |
| 400 | 825D #825DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5E2F #5E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4315 #4315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3511 #3511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260C #260C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #18084A | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | 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: #D0C3F9;
--royal-blue-300: #AD95F4;
--royal-blue-400: #825DEE;
--royal-blue-500: #5E2FE9;
--royal-blue-600: #4315CB;
--royal-blue-700: #3511A2;
--royal-blue-800: #260C73;
--royal-blue-900: #18084A;
--royal-blue-950: #0F052E;
}