Royal Blue
#733ADF
PurpleColor Codes
All color formats for development
HEX
#733ADFRGB
rgb(115, 58, 223)HSL
hsl(261, 72%, 55%)OKLCH
oklch(0.52 0.232 292.1)CMYK
cmyk(48%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6323D9
2#581FC1
3#4D1BA9
4#421891
5#371479
6#2C1060
7#210C48
8#160830
9#0B0418
Tints
Lighter variations
1#814DE2
2#8F61E5
3#9D75E9
4#AB89EC
5#B99CEF
6#C7B0F2
7#D5C4F5
8#E3D8F9
9#F1EBFC
Tones
Muted variations
1#7642D7
2#784ACE
3#7B52C6
4#7D5BBE
5#8063B6
6#826BAD
7#8573A5
8#877C9D
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 #9265E6 | Disabled statesSecondary iconsMuted text |
| 500 | 733A #733ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 581F #581FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4619 #46199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3212 #32126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B46 | 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: #9265E6;
--royal-blue-500: #733ADF;
--royal-blue-600: #581FC1;
--royal-blue-700: #46199A;
--royal-blue-800: #32126E;
--royal-blue-900: #200B46;
--royal-blue-950: #14072C;
}