Royal Blue
#731FF9
PurpleColor Codes
All color formats for development
HEX
#731FF9RGB
rgb(115, 31, 249)HSL
hsl(263, 95%, 55%)OKLCH
oklch(0.521 0.278 289.8)CMYK
cmyk(54%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6206F6
2#5706DB
3#4C05BF
4#4104A4
5#370489
6#2C036D
7#210252
8#160137
9#0B011B
Tints
Lighter variations
1#8136FA
2#8F4CFA
3#9D62FB
4#AB79FC
5#B98FFC
6#C7A5FD
7#D5BCFD
8#E3D2FE
9#F1E9FE
Tones
Muted variations
1#752AEE
2#7835E3
3#7A40D9
4#7D4BCE
5#8056C3
6#8261B8
7#856CAD
8#8776A2
9#8A8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFC | BordersInactive statesPlaceholder text |
| 400 | 9251 #9251FB | Disabled statesSecondary iconsMuted text |
| 500 | 731F #731FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5706 #5706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4504 #4504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3203 #32037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #200250 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #E9DCFE;
--royal-blue-200: #D7BEFD;
--royal-blue-300: #B78DFC;
--royal-blue-400: #9251FB;
--royal-blue-500: #731FF9;
--royal-blue-600: #5706DB;
--royal-blue-700: #4504AE;
--royal-blue-800: #32037C;
--royal-blue-900: #200250;
--royal-blue-950: #140132;
}