Royal Blue
#7B62EA
BlueColor Codes
All color formats for development
HEX
#7B62EARGB
rgb(123, 98, 234)HSL
hsl(251, 76%, 65%)OKLCH
oklch(0.592 0.197 287.2)CMYK
cmyk(47%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6245E6
2#4A28E2
3#3C1CCC
4#3418AF
5#2B1492
6#221075
7#1A0C58
8#11083A
9#09041D
Tints
Lighter variations
1#8872EC
2#9581EE
3#A291F0
4#B0A1F2
5#BDB0F4
6#CAC0F6
7#D7D0F9
8#E5E0FB
9#F2EFFD
Tones
Muted variations
1#7F69E3
2#836FDC
3#8876D5
4#8C7DCE
5#9084C8
6#958BC1
7#9991BA
8#9D98B3
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E5E0FB;
--royal-blue-200: #CEC5F7;
--royal-blue-300: #A898F1;
--royal-blue-400: #7B62EA;
--royal-blue-500: #5535E3;
--royal-blue-600: #3A1BC5;
--royal-blue-700: #2E159D;
--royal-blue-800: #210F70;
--royal-blue-900: #150A48;
--royal-blue-950: #0D062D;
}