Royal Blue
#7E22F7
PurpleColor Codes
All color formats for development
HEX
#7E22F7RGB
rgb(126, 34, 247)HSL
hsl(266, 93%, 55%)OKLCH
oklch(0.533 0.275 293.7)CMYK
cmyk(49%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F09F4
2#6208D9
3#5607BD
4#4A06A2
5#3D0587
6#31046C
7#250351
8#190236
9#0C011B
Tints
Lighter variations
1#8B38F8
2#984EF9
3#A564F9
4#B27AFA
5#BF90FB
6#CBA6FC
7#D8BDFD
8#E5D3FD
9#F2E9FE
Tones
Muted variations
1#7F2CEC
2#8137E2
3#8242D7
4#844CCC
5#8557C2
6#8762B7
7#886CAC
8#8977A2
9#8B8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFB | BordersInactive statesPlaceholder text |
| 400 | 9B53 #9B53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E22 #7E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6208 #6208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E06 #4E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034F | 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: #EBDDFE;
--royal-blue-200: #DABFFD;
--royal-blue-300: #BD8EFB;
--royal-blue-400: #9B53F9;
--royal-blue-500: #7E22F7;
--royal-blue-600: #6208D9;
--royal-blue-700: #4E06AC;
--royal-blue-800: #38047B;
--royal-blue-900: #24034F;
--royal-blue-950: #160231;
}