Royal Blue
#7338E0
PurpleColor Codes
All color formats for development
HEX
#7338E0RGB
rgb(115, 56, 224)HSL
hsl(261, 73%, 55%)OKLCH
oklch(0.519 0.235 292.1)CMYK
cmyk(49%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6322DA
2#581EC2
3#4D1BAA
4#421792
5#371379
6#2C0F61
7#210B49
8#160831
9#0B0418
Tints
Lighter variations
1#814CE3
2#8F60E6
3#9D74E9
4#AB88EC
5#B99CF0
6#C7B0F3
7#D5C3F6
8#E3D7F9
9#F1EBFC
Tones
Muted variations
1#7641D8
2#7849CF
3#7B52C7
4#7D5ABF
5#8062B6
6#826BAE
7#8573A5
8#877B9D
9#8A8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7338 #7338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 581E #581EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4618 #46189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3211 #32116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F2FD;
--royal-blue-100: #E9E0FA;
--royal-blue-200: #D7C6F6;
--royal-blue-300: #B89AEF;
--royal-blue-400: #9265E7;
--royal-blue-500: #7338E0;
--royal-blue-600: #581EC2;
--royal-blue-700: #46189A;
--royal-blue-800: #32116E;
--royal-blue-900: #200B47;
--royal-blue-950: #14072C;
}