Royal Blue
#7B56F5
BlueColor Codes
All color formats for development
HEX
#7B56F5RGB
rgb(123, 86, 245)HSL
hsl(254, 89%, 65%)OKLCH
oklch(0.582 0.225 288)CMYK
cmyk(50%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6337F3
2#4B18F2
3#3D0DDB
4#340BBC
5#2C099D
6#23077D
7#1A055E
8#11043F
9#09021F
Tints
Lighter variations
1#8967F6
2#9678F7
3#A389F8
4#B09AF9
5#BDABFA
6#CABCFB
7#D8CCFC
8#E5DDFD
9#F2EEFE
Tones
Muted variations
1#805EED
2#8466E5
3#886EDD
4#8C76D5
5#917ECD
6#9586C6
7#998EBE
8#9D96B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A990 #A990F9 | BordersInactive statesPlaceholder text |
| 400 | 7B56 #7B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5626 #5626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B0C #3B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0A #2F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2107 #210778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CEC0FB;
--royal-blue-300: #A990F9;
--royal-blue-400: #7B56F5;
--royal-blue-500: #5626F2;
--royal-blue-600: #3B0CD4;
--royal-blue-700: #2F0AA9;
--royal-blue-800: #210778;
--royal-blue-900: #15044D;
--royal-blue-950: #0D0330;
}