Royal Blue
#7B38E0
PurpleColor Codes
All color formats for development
HEX
#7B38E0RGB
rgb(123, 56, 224)HSL
hsl(264, 73%, 55%)OKLCH
oklch(0.527 0.235 295.2)CMYK
cmyk(45%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C22DA
2#601EC2
3#541BAA
4#481792
5#3C1379
6#300F61
7#240B49
8#180831
9#0C0418
Tints
Lighter variations
1#894CE3
2#9660E6
3#A374E9
4#B088EC
5#BD9CF0
6#CAB0F3
7#D8C3F6
8#E5D7F9
9#F2EBFC
Tones
Muted variations
1#7D41D8
2#7F49CF
3#8152C7
4#825ABF
5#8462B6
6#866BAE
7#8773A5
8#897B9D
9#8B8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C6 #D9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC9A #BC9AEF | BordersInactive statesPlaceholder text |
| 400 | 9965 #9965E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B38 #7B38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 601E #601EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C18 #4C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3611 #36116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 230B #230B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1607 #16072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F2FD;
--royal-blue-100: #EBE0FA;
--royal-blue-200: #D9C6F6;
--royal-blue-300: #BC9AEF;
--royal-blue-400: #9965E7;
--royal-blue-500: #7B38E0;
--royal-blue-600: #601EC2;
--royal-blue-700: #4C189A;
--royal-blue-800: #36116E;
--royal-blue-900: #230B47;
--royal-blue-950: #16072C;
}