Royal Blue
#5F32E7
PurpleColor Codes
All color formats for development
HEX
#5F32E7RGB
rgb(95, 50, 231)HSL
hsl(255, 79%, 55%)OKLCH
oklch(0.5 0.248 284.3)CMYK
cmyk(59%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C1BE2
2#4418C9
3#3B15B0
4#331297
5#2A0F7E
6#220C64
7#19094B
8#110632
9#080319
Tints
Lighter variations
1#6F46E9
2#7F5BEC
3#8F6FEE
4#9F84F1
5#AF98F3
6#BFADF5
7#CFC1F8
8#DFD6FA
9#EFEAFD
Tones
Muted variations
1#633BDE
2#6844D5
3#6D4DCC
4#7156C3
5#765FBA
6#7A68B1
7#7F71A7
8#837A9E
9#888395
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;
}