Royal Blue
#7E57F4
PurpleColor Codes
All color formats for development
HEX
#7E57F4RGB
rgb(126, 87, 244)HSL
hsl(255, 88%, 65%)OKLCH
oklch(0.585 0.223 289)CMYK
cmyk(48%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6738F2
2#4F19F0
3#410EDA
4#380CBB
5#2E0A9C
6#25087D
7#1C065D
8#13043E
9#09021F
Tints
Lighter variations
1#8B68F5
2#9879F6
3#A58AF8
4#B29AF9
5#BFABFA
6#CCBCFB
7#D8CDFC
8#E5DDFD
9#F2EEFE
Tones
Muted variations
1#825FEC
2#8667E5
3#8A6FDD
4#8E77D5
5#927ECD
6#9686C5
7#9A8EBD
8#9E96B5
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AB91 #AB91F8 | BordersInactive statesPlaceholder text |
| 400 | 7E57 #7E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5A27 #5A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F0D #3F0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320B #320BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2408 #240878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1705 #17054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CFC1FB;
--royal-blue-300: #AB91F8;
--royal-blue-400: #7E57F4;
--royal-blue-500: #5A27F1;
--royal-blue-600: #3F0DD3;
--royal-blue-700: #320BA8;
--royal-blue-800: #240878;
--royal-blue-900: #17054D;
--royal-blue-950: #0E0330;
}