Royal Blue
#825FEC
PurpleColor Codes
All color formats for development
HEX
#825FECRGB
rgb(130, 95, 236)HSL
hsl(255, 79%, 65%)OKLCH
oklch(0.595 0.203 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#6B42E9
2#5424E5
3#4618D0
4#3C15B2
5#321194
6#280E77
7#1E0A59
8#14073B
9#0A031E
Tints
Lighter variations
1#8F6FEE
2#9B7FF0
3#A88FF2
4#B49FF4
5#C1AFF6
6#CDBFF8
7#DACFF9
8#E6DFFB
9#F3EFFD
Tones
Muted variations
1#8666E5
2#8A6DDE
3#8D74D7
4#917BD0
5#9482C9
6#988AC2
7#9B91BB
8#9F98B4
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 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD96 #AD96F3 | BordersInactive statesPlaceholder text |
| 400 | 825F #825FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5F32 #5F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4418 #4418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3613 #3613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270D #270D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | 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: #D1C4F8;
--royal-blue-300: #AD96F3;
--royal-blue-400: #825FEC;
--royal-blue-500: #5F32E7;
--royal-blue-600: #4418C9;
--royal-blue-700: #3613A0;
--royal-blue-800: #270D72;
--royal-blue-900: #190949;
--royal-blue-950: #0F052E;
}