Royal Blue
#825EED
PurpleColor Codes
All color formats for development
HEX
#825EEDRGB
rgb(130, 94, 237)HSL
hsl(255, 80%, 65%)OKLCH
oklch(0.594 0.205 290.3)CMYK
cmyk(45%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B41EA
2#5423E7
3#4617D1
4#3C14B3
5#321195
6#280D77
7#1E0A5A
8#14073C
9#0A031E
Tints
Lighter variations
1#8F6EEF
2#9B7EF1
3#A88FF3
4#B49FF4
5#C1AFF6
6#CDBFF8
7#DACFFA
8#E6DFFB
9#F3EFFD
Tones
Muted variations
1#8665E6
2#896DDF
3#8D74D8
4#907BD1
5#9482C9
6#9789C2
7#9B90BB
8#9F97B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F3 | BordersInactive statesPlaceholder text |
| 400 | 825E #825EED | Disabled statesSecondary iconsMuted text |
| 500 | 5E30 #5E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4316 #4316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3612 #3612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260D #260D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #180849 | 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: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D1C3F8;
--royal-blue-300: #AD95F3;
--royal-blue-400: #825EED;
--royal-blue-500: #5E30E8;
--royal-blue-600: #4316CA;
--royal-blue-700: #3612A1;
--royal-blue-800: #260D73;
--royal-blue-900: #180849;
--royal-blue-950: #0F052E;
}