Royal Blue
#8F60EB
PurpleColor Codes
All color formats for development
HEX
#8F60EBRGB
rgb(143, 96, 235)HSL
hsl(260, 78%, 65%)OKLCH
oklch(0.608 0.201 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#7A43E8
2#6525E4
3#561ACF
4#4A16B1
5#3D1294
6#310F76
7#250B59
8#19073B
9#0C041E
Tints
Lighter variations
1#9A70ED
2#A580EF
3#B090F1
4#BCA0F3
5#C7B0F5
6#D2BFF7
7#DDCFF9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9167E4
2#936EDD
3#9675D6
4#987CD0
5#9A83C9
6#9C8AC2
7#9F91BB
8#A198B4
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 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F60 #8F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6E33 #6E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5319 #5319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4214 #42149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0E #2F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | 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: #D5C4F8;
--royal-blue-300: #B597F2;
--royal-blue-400: #8F60EB;
--royal-blue-500: #6E33E6;
--royal-blue-600: #5319C8;
--royal-blue-700: #42149F;
--royal-blue-800: #2F0E71;
--royal-blue-900: #1E0949;
--royal-blue-950: #13062D;
}