Royal Blue
#8F35E3
PurpleColor Codes
All color formats for development
HEX
#8F35E3RGB
rgb(143, 53, 227)HSL
hsl(271, 76%, 55%)OKLCH
oklch(0.549 0.243 302.2)CMYK
cmyk(37%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#811EDE
2#731BC5
3#6518AD
4#561494
5#48117B
6#3A0D63
7#2B0A4A
8#1D0731
9#0E0319
Tints
Lighter variations
1#9A49E6
2#A65DE9
3#B172EC
4#BC86EE
5#C79AF1
6#D2AEF4
7#DDC2F7
8#E9D7F9
9#F4EBFC
Tones
Muted variations
1#8F3EDB
2#8F46D2
3#8E4FC9
4#8E58C1
5#8E61B8
6#8D69AF
7#8D72A6
8#8D7B9E
9#8D8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC5 #DFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C698 #C698F1 | BordersInactive statesPlaceholder text |
| 400 | A862 #A862EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F35 #8F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731B #731BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0A #2A0A48 | 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: #F8F2FD;
--royal-blue-100: #EEE0FB;
--royal-blue-200: #DFC5F7;
--royal-blue-300: #C698F1;
--royal-blue-400: #A862EA;
--royal-blue-500: #8F35E3;
--royal-blue-600: #731BC5;
--royal-blue-700: #5C159D;
--royal-blue-800: #410F70;
--royal-blue-900: #2A0A48;
--royal-blue-950: #1A062D;
}