Royal Blue
#7E5BF1
BlueColor Codes
All color formats for development
HEX
#7E5BF1RGB
rgb(126, 91, 241)HSL
hsl(254, 84%, 65%)OKLCH
oklch(0.589 0.214 288.8)CMYK
cmyk(48%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#663CEE
2#4E1EEB
3#4013D5
4#3710B7
5#2E0D98
6#250B7A
7#1B085B
8#12053D
9#09031E
Tints
Lighter variations
1#8B6BF2
2#987CF4
3#A58CF5
4#B19CF6
5#BEADF8
6#CBBDF9
7#D8CEFB
8#E5DEFC
9#F2EFFE
Tones
Muted variations
1#8262E9
2#866AE2
3#8A71DA
4#8E79D3
5#9280CB
6#9688C4
7#9A8FBC
8#9E97B5
9#A29EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA93 #AA93F6 | BordersInactive statesPlaceholder text |
| 400 | 7E5B #7E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 592C #592CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E12 #3E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310E #310EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DEFC;
--royal-blue-200: #CFC2FA;
--royal-blue-300: #AA93F6;
--royal-blue-400: #7E5BF1;
--royal-blue-500: #592CED;
--royal-blue-600: #3E12CE;
--royal-blue-700: #310EA4;
--royal-blue-800: #230A75;
--royal-blue-900: #17074B;
--royal-blue-950: #0E042F;
}