Royal Blue
#8C60EB
PurpleColor Codes
All color formats for development
HEX
#8C60EBRGB
rgb(140, 96, 235)HSL
hsl(259, 78%, 65%)OKLCH
oklch(0.605 0.201 294.2)CMYK
cmyk(40%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7743E8
2#6225E4
3#531ACF
4#4716B1
5#3B1294
6#2F0F76
7#240B59
8#18073B
9#0C041E
Tints
Lighter variations
1#9870ED
2#A380EF
3#AF90F1
4#BAA0F3
5#C6B0F5
6#D1BFF7
7#DDCFF9
8#E8DFFB
9#F4EFFD
Tones
Muted variations
1#8F67E4
2#916EDD
3#9475D6
4#967CD0
5#9983C9
6#9C8AC2
7#9E91BB
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 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B497 #B497F2 | BordersInactive statesPlaceholder text |
| 400 | 8C60 #8C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6B33 #6B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5019 #5019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4014 #40149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0E #2E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E8DFFB;
--royal-blue-200: #D4C4F8;
--royal-blue-300: #B497F2;
--royal-blue-400: #8C60EB;
--royal-blue-500: #6B33E6;
--royal-blue-600: #5019C8;
--royal-blue-700: #40149F;
--royal-blue-800: #2E0E71;
--royal-blue-900: #1D0949;
--royal-blue-950: #12062D;
}