Royal Blue
#8033E6
PurpleColor Codes
All color formats for development
HEX
#8033E6RGB
rgb(128, 51, 230)HSL
hsl(266, 78%, 55%)OKLCH
oklch(0.533 0.246 296.3)CMYK
cmyk(44%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#711CE1
2#6519C8
3#5816AF
4#4B1396
5#3F0F7D
6#320C64
7#26094B
8#190632
9#0D0319
Tints
Lighter variations
1#8D47E8
2#9A5CEB
3#A670ED
4#B384F0
5#C099F2
6#CCADF5
7#D9C2F7
8#E6D6FA
9#F2EBFC
Tones
Muted variations
1#823CDD
2#8345D4
3#844ECB
4#8557C2
5#865FB9
6#8768B0
7#8971A7
8#8A7A9E
9#8B8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE97 #BE97F2 | BordersInactive statesPlaceholder text |
| 400 | 9C60 #9C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8033 #8033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6519 #6519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5014 #50149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390E #390E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #EBDFFB;
--royal-blue-200: #DAC4F8;
--royal-blue-300: #BE97F2;
--royal-blue-400: #9C60EB;
--royal-blue-500: #8033E6;
--royal-blue-600: #6519C8;
--royal-blue-700: #50149F;
--royal-blue-800: #390E71;
--royal-blue-900: #250949;
--royal-blue-950: #17062D;
}