Royal Blue
#7A54F8
BlueColor Codes
All color formats for development
HEX
#7A54F8RGB
rgb(122, 84, 248)HSL
hsl(254, 92%, 65%)OKLCH
oklch(0.58 0.231 287.5)CMYK
cmyk(51%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6134F7
2#4914F5
3#3B09DF
4#3308BF
5#2A079F
6#22057F
7#19045F
8#110340
9#080120
Tints
Lighter variations
1#8765F9
2#9576F9
3#A287FA
4#AF98FB
5#BCA9FB
6#CABAFC
7#D7CCFD
8#E4DDFE
9#F2EEFE
Tones
Muted variations
1#7E5CF0
2#8364E7
3#876CDF
4#8B74D7
5#907DCF
6#9485C7
7#998DBE
8#9D95B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88E #A88EFA | BordersInactive statesPlaceholder text |
| 400 | 7A54 #7A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5423 #5423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3909 #3909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D07 #2D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2005 #20057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034E | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E4DDFE;
--royal-blue-200: #CEBFFC;
--royal-blue-300: #A88EFA;
--royal-blue-400: #7A54F8;
--royal-blue-500: #5423F6;
--royal-blue-600: #3909D7;
--royal-blue-700: #2D07AB;
--royal-blue-800: #20057A;
--royal-blue-900: #15034E;
--royal-blue-950: #0D0231;
}