Royal Blue
#7C4DFF
PurpleColor Codes
All color formats for development
HEX
#7C4DFFRGB
rgb(124, 77, 255)HSL
hsl(256, 100%, 65%)OKLCH
oklch(0.579 0.247 288.2)CMYK
cmyk(51%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#642BFF
2#4B0AFF
3#3E00E8
4#3500C7
5#2C00A6
6#230085
7#1B0063
8#120042
9#090021
Tints
Lighter variations
1#895EFF
2#9670FF
3#A382FF
4#B094FF
5#BEA6FF
6#CBB8FF
7#D8C9FF
8#E5DBFF
9#F2EDFF
Tones
Muted variations
1#8055F6
2#845EED
3#8967E4
4#8D70DB
5#9179D2
6#9582C9
7#998BC1
8#9D94B8
9#A29DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DBFF;
--royal-blue-200: #CEBDFF;
--royal-blue-300: #A98AFF;
--royal-blue-400: #7C4DFF;
--royal-blue-500: #571AFF;
--royal-blue-600: #3C00E0;
--royal-blue-700: #3000B3;
--royal-blue-800: #220080;
--royal-blue-900: #160052;
--royal-blue-950: #0E0033;
}