Royal Blue
#5322F7
BlueColor Codes
All color formats for development
HEX
#5322F7RGB
rgb(83, 34, 247)HSL
hsl(254, 93%, 55%)OKLCH
oklch(0.493 0.278 279.4)CMYK
cmyk(66%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4009F4
2#3908D9
3#3107BD
4#2A06A2
5#230587
6#1C046C
7#150351
8#0E0236
9#07011B
Tints
Lighter variations
1#6538F8
2#764EF9
3#8764F9
4#987AFA
5#A990FB
6#BAA6FC
7#CCBDFD
8#DDD3FD
9#EEE9FE
Tones
Muted variations
1#592CEC
2#5F37E2
3#6442D7
4#6A4CCC
5#7057C2
6#7562B7
7#7B6CAC
8#8177A2
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 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78E #A78EFB | BordersInactive statesPlaceholder text |
| 400 | 7953 #7953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5322 #5322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3908 #3908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D06 #2D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034F | 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: #CDBFFD;
--royal-blue-300: #A78EFB;
--royal-blue-400: #7953F9;
--royal-blue-500: #5322F7;
--royal-blue-600: #3908D9;
--royal-blue-700: #2D06AC;
--royal-blue-800: #20047B;
--royal-blue-900: #15034F;
--royal-blue-950: #0D0231;
}