Royal Blue
#793ADF
PurpleColor Codes
All color formats for development
HEX
#793ADFRGB
rgb(121, 58, 223)HSL
hsl(263, 72%, 55%)OKLCH
oklch(0.526 0.232 294.4)CMYK
cmyk(46%, 74%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6923D9
2#5D1FC1
3#521BA9
4#461891
5#3A1479
6#2F1060
7#230C48
8#170830
9#0C0418
Tints
Lighter variations
1#864DE2
2#9461E5
3#A175E9
4#AF89EC
5#BC9CEF
6#C9B0F2
7#D7C4F5
8#E4D8F9
9#F2EBFC
Tones
Muted variations
1#7B42D7
2#7D4ACE
3#7F52C6
4#815BBE
5#8363B6
6#856BAD
7#8673A5
8#887C9D
9#8A8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E6 | Disabled statesSecondary iconsMuted text |
| 500 | 793A #793ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1F #5D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A19 #4A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3512 #35126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F2FD;
--royal-blue-100: #EAE0FA;
--royal-blue-200: #D8C6F6;
--royal-blue-300: #BA9AEF;
--royal-blue-400: #9765E6;
--royal-blue-500: #793ADF;
--royal-blue-600: #5D1FC1;
--royal-blue-700: #4A199A;
--royal-blue-800: #35126E;
--royal-blue-900: #220B46;
--royal-blue-950: #15072C;
}