Royal Blue
#7A22F7
PurpleColor Codes
All color formats for development
HEX
#7A22F7RGB
rgb(122, 34, 247)HSL
hsl(265, 93%, 55%)OKLCH
oklch(0.529 0.274 292.3)CMYK
cmyk(51%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B09F4
2#5F08D9
3#5307BD
4#4706A2
5#3B0587
6#2F046C
7#240351
8#180236
9#0C011B
Tints
Lighter variations
1#8838F8
2#954EF9
3#A264F9
4#AF7AFA
5#BD90FB
6#CAA6FC
7#D7BDFD
8#E4D3FD
9#F2E9FE
Tones
Muted variations
1#7C2CEC
2#7E37E2
3#8042D7
4#824CCC
5#8357C2
6#8562B7
7#876CAC
8#8977A2
9#8A8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8E #BB8EFB | BordersInactive statesPlaceholder text |
| 400 | 9853 #9853F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7A22 #7A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F08 #5F08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B06 #4B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2203 #22034F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FE;
--royal-blue-100: #EADDFE;
--royal-blue-200: #D9BFFD;
--royal-blue-300: #BB8EFB;
--royal-blue-400: #9853F9;
--royal-blue-500: #7A22F7;
--royal-blue-600: #5F08D9;
--royal-blue-700: #4B06AC;
--royal-blue-800: #36047B;
--royal-blue-900: #22034F;
--royal-blue-950: #160231;
}