Royal Blue
#8F33E6
PurpleColor Codes
All color formats for development
HEX
#8F33E6RGB
rgb(143, 51, 230)HSL
hsl(271, 78%, 55%)OKLCH
oklch(0.55 0.248 301.7)CMYK
cmyk(38%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#821CE1
2#7319C8
3#6516AF
4#561396
5#480F7D
6#3A0C64
7#2B094B
8#1D0632
9#0E0319
Tints
Lighter variations
1#9A47E8
2#A65CEB
3#B170ED
4#BC84F0
5#C799F2
6#D2ADF5
7#DDC2F7
8#E9D6FA
9#F4EBFC
Tones
Muted variations
1#8F3CDD
2#8F45D4
3#8E4ECB
4#8E57C2
5#8E5FB9
6#8D68B0
7#8D71A7
8#8D7A9E
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F1FD;
--royal-blue-100: #EEDFFB;
--royal-blue-200: #DFC4F8;
--royal-blue-300: #C697F2;
--royal-blue-400: #A860EB;
--royal-blue-500: #8F33E6;
--royal-blue-600: #7319C8;
--royal-blue-700: #5C149F;
--royal-blue-800: #410E71;
--royal-blue-900: #2A0949;
--royal-blue-950: #1A062D;
}