Royal Blue
#7B5FEC
BlueColor Codes
All color formats for development
HEX
#7B5FECRGB
rgb(123, 95, 236)HSL
hsl(252, 79%, 65%)OKLCH
oklch(0.588 0.203 287.6)CMYK
cmyk(48%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6342E9
2#4B24E5
3#3D18D0
4#3415B2
5#2C1194
6#230E77
7#1A0A59
8#11073B
9#09031E
Tints
Lighter variations
1#896FEE
2#967FF0
3#A38FF2
4#B09FF4
5#BDAFF6
6#CABFF8
7#D8CFF9
8#E5DFFB
9#F2EFFD
Tones
Muted variations
1#8066E5
2#846DDE
3#8874D7
4#8C7BD0
5#9182C9
6#958AC2
7#9991BB
8#9D98B4
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 | CEC4 #CEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A996 #A996F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5F #7B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5632 #5632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B18 #3B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F13 #2F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220D #220D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | 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: #CEC4F8;
--royal-blue-300: #A996F3;
--royal-blue-400: #7B5FEC;
--royal-blue-500: #5632E7;
--royal-blue-600: #3B18C9;
--royal-blue-700: #2F13A0;
--royal-blue-800: #220D72;
--royal-blue-900: #150949;
--royal-blue-950: #0D052E;
}