Royal Blue
#751AFF
PurpleColor Codes
All color formats for development
HEX
#751AFFRGB
rgb(117, 26, 255)HSL
hsl(264, 100%, 55%)OKLCH
oklch(0.527 0.286 289.7)CMYK
cmyk(54%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6500FC
2#5A00E0
3#4F00C4
4#4300A8
5#38008C
6#2D0070
7#220054
8#160038
9#0B001C
Tints
Lighter variations
1#8330FF
2#9147FF
3#9F5EFF
4#AC75FF
5#BA8CFF
6#C8A3FF
7#D6BAFF
8#E3D1FF
9#F1E8FF
Tones
Muted variations
1#7825F4
2#7A30E8
3#7C3CDD
4#7E47D1
5#8153C6
6#835EBA
7#856AAF
8#8875A3
9#8A8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #EADBFF;
--royal-blue-200: #D7BDFF;
--royal-blue-300: #B98AFF;
--royal-blue-400: #944DFF;
--royal-blue-500: #751AFF;
--royal-blue-600: #5A00E0;
--royal-blue-700: #4700B3;
--royal-blue-800: #330080;
--royal-blue-900: #210052;
--royal-blue-950: #140033;
}