Royal Blue
#7E56F5
PurpleColor Codes
All color formats for development
HEX
#7E56F5RGB
rgb(126, 86, 245)HSL
hsl(255, 89%, 65%)OKLCH
oklch(0.584 0.225 289.1)CMYK
cmyk(49%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6637F3
2#4E18F2
3#400DDB
4#370BBC
5#2E099D
6#25077D
7#1C055E
8#12043F
9#09021F
Tints
Lighter variations
1#8B67F6
2#9878F7
3#A589F8
4#B29AF9
5#BFABFA
6#CBBCFB
7#D8CCFC
8#E5DDFD
9#F2EEFE
Tones
Muted variations
1#825EED
2#8666E5
3#8A6EDD
4#8E76D5
5#927ECD
6#9686C6
7#9A8EBE
8#9E96B6
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 | CFC0 #CFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E56 #7E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5926 #5926F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0C #3E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320A #320AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2307 #230778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044D | 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: #CFC0FB;
--royal-blue-300: #AA90F9;
--royal-blue-400: #7E56F5;
--royal-blue-500: #5926F2;
--royal-blue-600: #3E0CD4;
--royal-blue-700: #320AA9;
--royal-blue-800: #230778;
--royal-blue-900: #17044D;
--royal-blue-950: #0E0330;
}