Royal Blue
#7E60EB
BlueColor Codes
All color formats for development
HEX
#7E60EBRGB
rgb(126, 96, 235)HSL
hsl(253, 78%, 65%)OKLCH
oklch(0.592 0.2 288.7)CMYK
cmyk(46%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6643E8
2#4E25E4
3#411ACF
4#3716B1
5#2E1294
6#250F76
7#1C0B59
8#12073B
9#09041E
Tints
Lighter variations
1#8B70ED
2#9880EF
3#A590F1
4#B2A0F3
5#BFB0F5
6#CCBFF7
7#D8CFF9
8#E5DFFB
9#F2EFFD
Tones
Muted variations
1#8267E4
2#866EDD
3#8A75D6
4#8E7CD0
5#9283C9
6#968AC2
7#9A91BB
8#9E98B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA97 #AA97F2 | BordersInactive statesPlaceholder text |
| 400 | 7E60 #7E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5A33 #5A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F19 #3F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3214 #32149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240E #240E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CFC4F8;
--royal-blue-300: #AA97F2;
--royal-blue-400: #7E60EB;
--royal-blue-500: #5A33E6;
--royal-blue-600: #3F19C8;
--royal-blue-700: #32149F;
--royal-blue-800: #240E71;
--royal-blue-900: #170949;
--royal-blue-950: #0E062D;
}