Royal Blue
#794DFF
PurpleColor Codes
All color formats for development
HEX
#794DFFRGB
rgb(121, 77, 255)HSL
hsl(255, 100%, 65%)OKLCH
oklch(0.576 0.247 287.2)CMYK
cmyk(53%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#602BFF
2#470AFF
3#3A00E8
4#3200C7
5#2900A6
6#210085
7#190063
8#110042
9#080021
Tints
Lighter variations
1#875EFF
2#9470FF
3#A182FF
4#AF94FF
5#BCA6FF
6#C9B8FF
7#D7C9FF
8#E4DBFF
9#F2EDFF
Tones
Muted variations
1#7E55F6
2#825EED
3#8767E4
4#8B70DB
5#8F79D2
6#9482C9
7#988BC1
8#9D94B8
9#A19DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E4DBFF;
--royal-blue-200: #CDBDFF;
--royal-blue-300: #A78AFF;
--royal-blue-400: #794DFF;
--royal-blue-500: #531AFF;
--royal-blue-600: #3800E0;
--royal-blue-700: #2D00B3;
--royal-blue-800: #200080;
--royal-blue-900: #140052;
--royal-blue-950: #0D0033;
}