Royal Blue
#7560EB
BlueColor Codes
All color formats for development
HEX
#7560EBRGB
rgb(117, 96, 235)HSL
hsl(249, 78%, 65%)OKLCH
oklch(0.584 0.201 285.2)CMYK
cmyk(50%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B43E8
2#4225E4
3#351ACF
4#2D16B1
5#261294
6#1E0F76
7#170B59
8#0F073B
9#08041E
Tints
Lighter variations
1#8370ED
2#9180EF
3#9E90F1
4#ACA0F3
5#BAB0F5
6#C8BFF7
7#D6CFF9
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7A67E4
2#7F6EDD
3#8475D6
4#897CD0
5#8D83C9
6#928AC2
7#9791BB
8#9C98B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A497 #A497F2 | BordersInactive statesPlaceholder text |
| 400 | 7560 #7560EB | Disabled statesSecondary iconsMuted text |
| 500 | 4E33 #4E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3319 #3319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2914 #29149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0E #1D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E3DFFB;
--royal-blue-200: #CCC4F8;
--royal-blue-300: #A497F2;
--royal-blue-400: #7560EB;
--royal-blue-500: #4E33E6;
--royal-blue-600: #3319C8;
--royal-blue-700: #29149F;
--royal-blue-800: #1D0E71;
--royal-blue-900: #130949;
--royal-blue-950: #0C062D;
}