Royal Blue
#7732E7
PurpleColor Codes
All color formats for development
HEX
#7732E7RGB
rgb(119, 50, 231)HSL
hsl(263, 79%, 55%)OKLCH
oklch(0.523 0.247 293)CMYK
cmyk(48%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#671BE2
2#5C18C9
3#5015B0
4#451297
5#390F7E
6#2E0C64
7#22094B
8#170632
9#0B0319
Tints
Lighter variations
1#8546E9
2#925BEC
3#A06FEE
4#AD84F1
5#BB98F3
6#C9ADF5
7#D6C1F8
8#E4D6FA
9#F1EAFD
Tones
Muted variations
1#793BDE
2#7B44D5
3#7D4DCC
4#8056C3
5#825FBA
6#8468B1
7#8671A7
8#887A9E
9#8A8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA96 #BA96F3 | BordersInactive statesPlaceholder text |
| 400 | 955F #955FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7732 #7732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C18 #5C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4913 #4913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #EADFFB;
--royal-blue-200: #D8C4F8;
--royal-blue-300: #BA96F3;
--royal-blue-400: #955FEC;
--royal-blue-500: #7732E7;
--royal-blue-600: #5C18C9;
--royal-blue-700: #4913A0;
--royal-blue-800: #340D72;
--royal-blue-900: #210949;
--royal-blue-950: #15052E;
}