Royal Blue
#7022F7
PurpleColor Codes
All color formats for development
HEX
#7022F7RGB
rgb(112, 34, 247)HSL
hsl(262, 93%, 55%)OKLCH
oklch(0.518 0.274 288.9)CMYK
cmyk(55%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F09F4
2#5408D9
3#4A07BD
4#3F06A2
5#350587
6#2A046C
7#200351
8#150236
9#0B011B
Tints
Lighter variations
1#7E38F8
2#8C4EF9
3#9B64F9
4#A97AFA
5#B790FB
6#C6A6FC
7#D4BDFD
8#E2D3FD
9#F1E9FE
Tones
Muted variations
1#732CEC
2#7537E2
3#7842D7
4#7B4CCC
5#7E57C2
6#8162B7
7#846CAC
8#8777A2
9#898297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFB | BordersInactive statesPlaceholder text |
| 400 | 9053 #9053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7022 #7022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5408 #5408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4306 #4306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E9DDFE;
--royal-blue-200: #D6BFFD;
--royal-blue-300: #B68EFB;
--royal-blue-400: #9053F9;
--royal-blue-500: #7022F7;
--royal-blue-600: #5408D9;
--royal-blue-700: #4306AC;
--royal-blue-800: #30047B;
--royal-blue-900: #1F034F;
--royal-blue-950: #130231;
}