Royal Blue
#7733E6
PurpleColor Codes
All color formats for development
HEX
#7733E6RGB
rgb(119, 51, 230)HSL
hsl(263, 78%, 55%)OKLCH
oklch(0.523 0.246 293.1)CMYK
cmyk(48%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#671CE1
2#5C19C8
3#5016AF
4#451396
5#390F7D
6#2E0C64
7#22094B
8#170632
9#0B0319
Tints
Lighter variations
1#8547E8
2#925CEB
3#A070ED
4#AE84F0
5#BB99F2
6#C9ADF5
7#D6C2F7
8#E4D6FA
9#F1EBFC
Tones
Muted variations
1#793CDD
2#7C45D4
3#7E4ECB
4#8057C2
5#825FB9
6#8468B0
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 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | 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: #BA97F2;
--royal-blue-400: #9660EB;
--royal-blue-500: #7733E6;
--royal-blue-600: #5C19C8;
--royal-blue-700: #49149F;
--royal-blue-800: #340E71;
--royal-blue-900: #210949;
--royal-blue-950: #15062D;
}