Royal Blue
#7D54F8
PurpleColor Codes
All color formats for development
HEX
#7D54F8RGB
rgb(125, 84, 248)HSL
hsl(255, 92%, 65%)OKLCH
oklch(0.583 0.231 288.6)CMYK
cmyk(50%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6434F7
2#4C14F5
3#3F09DF
4#3608BF
5#2D079F
6#24057F
7#1B045F
8#120340
9#090120
Tints
Lighter variations
1#8A65F9
2#9776F9
3#A487FA
4#B198FB
5#BEA9FB
6#CBBAFC
7#D8CCFD
8#E5DDFE
9#F2EEFE
Tones
Muted variations
1#815CF0
2#8564E7
3#896CDF
4#8D74D7
5#917DCF
6#9585C7
7#998DBE
8#9E95B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFA | BordersInactive statesPlaceholder text |
| 400 | 7D54 #7D54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5723 #5723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D09 #3D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3007 #3007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2205 #22057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E5DDFE;
--royal-blue-200: #CFBFFC;
--royal-blue-300: #A98EFA;
--royal-blue-400: #7D54F8;
--royal-blue-500: #5723F6;
--royal-blue-600: #3D09D7;
--royal-blue-700: #3007AB;
--royal-blue-800: #22057A;
--royal-blue-900: #16034E;
--royal-blue-950: #0E0231;
}