Royal Blue
#5423F6
BlueColor Codes
All color formats for development
HEX
#5423F6RGB
rgb(84, 35, 246)HSL
hsl(254, 92%, 55%)OKLCH
oklch(0.493 0.276 279.8)CMYK
cmyk(66%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400AF2
2#3909D7
3#3208BC
4#2B07A2
5#240687
6#1D046C
7#150351
8#0E0236
9#07011B
Tints
Lighter variations
1#6539F7
2#764FF8
3#8765F9
4#987BF9
5#A991FA
6#BBA7FB
7#CCBDFC
8#DDD3FD
9#EEE9FE
Tones
Muted variations
1#5A2DEB
2#5F38E1
3#6542D6
4#6A4DCC
5#7057C1
6#7662B6
7#7B6DAC
8#8177A1
9#878297
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;
}