Royal Blue
#8F61EA
PurpleColor Codes
All color formats for development
HEX
#8F61EARGB
rgb(143, 97, 234)HSL
hsl(260, 77%, 65%)OKLCH
oklch(0.608 0.198 295.4)CMYK
cmyk(39%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A44E7
2#6526E3
3#561BCD
4#4A17B0
5#3E1393
6#310F75
7#250B58
8#19083B
9#0C041D
Tints
Lighter variations
1#9A71ED
2#A581EF
3#B090F1
4#BCA0F3
5#C7B0F5
6#D2C0F7
7#DDD0F9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9168E4
2#936FDD
3#9676D6
4#987DCF
5#9A83C8
6#9D8AC1
7#9F91BA
8#A198B3
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F61 #8F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F34 #6F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 531A #531AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4215 #42159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0F #2F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E9DFFB;
--royal-blue-200: #D5C4F7;
--royal-blue-300: #B597F2;
--royal-blue-400: #8F61EA;
--royal-blue-500: #6F34E5;
--royal-blue-600: #531AC7;
--royal-blue-700: #42159E;
--royal-blue-800: #2F0F71;
--royal-blue-900: #1E0948;
--royal-blue-950: #13062D;
}