Royal Blue
#7E5CF0
BlueColor Codes
All color formats for development
HEX
#7E5CF0RGB
rgb(126, 92, 240)HSL
hsl(254, 83%, 65%)OKLCH
oklch(0.589 0.212 288.8)CMYK
cmyk(48%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#663DED
2#4E1FEA
3#4114D4
4#3711B6
5#2E0E98
6#250B79
7#1C085B
8#12063D
9#09031E
Tints
Lighter variations
1#8B6CF1
2#987CF3
3#A58DF4
4#B29DF6
5#BFADF7
6#CBBEF9
7#D8CEFA
8#E5DEFC
9#F2EFFD
Tones
Muted variations
1#8263E8
2#866AE1
3#8A72DA
4#8E79D2
5#9281CB
6#9688C3
7#9A90BC
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 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | 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: #CFC2F9;
--royal-blue-300: #AA94F5;
--royal-blue-400: #7E5CF0;
--royal-blue-500: #592DEB;
--royal-blue-600: #3F13CD;
--royal-blue-700: #320FA3;
--royal-blue-800: #240B75;
--royal-blue-900: #17074B;
--royal-blue-950: #0E042F;
}