Royal Blue
#7E55F6
PurpleColor Codes
All color formats for development
HEX
#7E55F6RGB
rgb(126, 85, 246)HSL
hsl(255, 90%, 65%)OKLCH
oklch(0.584 0.228 289.1)CMYK
cmyk(49%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6636F4
2#4E16F3
3#400CDC
4#370ABD
5#2E089D
6#24077E
7#1B055E
8#12033F
9#09021F
Tints
Lighter variations
1#8B66F7
2#9777F8
3#A488F9
4#B199FA
5#BEAAFB
6#CBBBFB
7#D8CCFC
8#E5DDFD
9#F2EEFE
Tones
Muted variations
1#825DEE
2#8665E6
3#8A6EDE
4#8E76D6
5#927ECE
6#9686C6
7#9A8EBE
8#9E96B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E55 #7E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5925 #5925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0B #3E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3109 #3109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #230679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CFC0FC;
--royal-blue-300: #AA90F9;
--royal-blue-400: #7E55F6;
--royal-blue-500: #5925F4;
--royal-blue-600: #3E0BD5;
--royal-blue-700: #3109AA;
--royal-blue-800: #230679;
--royal-blue-900: #16044E;
--royal-blue-950: #0E0330;
}