Royal Blue
#8933E6
PurpleColor Codes
All color formats for development
HEX
#8933E6RGB
rgb(137, 51, 230)HSL
hsl(269, 78%, 55%)OKLCH
oklch(0.543 0.247 299.6)CMYK
cmyk(40%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B1CE1
2#6D19C8
3#6016AF
4#521396
5#440F7D
6#370C64
7#29094B
8#1B0632
9#0E0319
Tints
Lighter variations
1#9547E8
2#A15CEB
3#AD70ED
4#B884F0
5#C499F2
6#D0ADF5
7#DCC2F7
8#E7D6FA
9#F3EBFC
Tones
Muted variations
1#8A3CDD
2#8A45D4
3#8A4ECB
4#8A57C2
5#8B5FB9
6#8B68B0
7#8B71A7
8#8C7A9E
9#8C8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A360 #A360EB | Disabled statesSecondary iconsMuted text |
| 500 | 8933 #8933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D19 #6D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5714 #57149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0E #3E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #EDDFFB;
--royal-blue-200: #DDC4F8;
--royal-blue-300: #C397F2;
--royal-blue-400: #A360EB;
--royal-blue-500: #8933E6;
--royal-blue-600: #6D19C8;
--royal-blue-700: #57149F;
--royal-blue-800: #3E0E71;
--royal-blue-900: #280949;
--royal-blue-950: #19062D;
}