Royal Blue
#8560EB
PurpleColor Codes
All color formats for development
HEX
#8560EBRGB
rgb(133, 96, 235)HSL
hsl(256, 78%, 65%)OKLCH
oklch(0.598 0.2 291.4)CMYK
cmyk(43%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F43E8
2#5825E4
3#4A1ACF
4#3F16B1
5#351294
6#2A0F76
7#200B59
8#15073B
9#0B041E
Tints
Lighter variations
1#9170ED
2#9E80EF
3#AA90F1
4#B6A0F3
5#C2B0F5
6#CEBFF7
7#DACFF9
8#E7DFFB
9#F3EFFD
Tones
Muted variations
1#8967E4
2#8C6EDD
3#8F75D6
4#927CD0
5#9683C9
6#998AC2
7#9C91BB
8#9F98B4
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8560 #8560EB | Disabled statesSecondary iconsMuted text |
| 500 | 6233 #6233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4719 #4719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3914 #39149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290E #290E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D2C4F8;
--royal-blue-300: #AF97F2;
--royal-blue-400: #8560EB;
--royal-blue-500: #6233E6;
--royal-blue-600: #4719C8;
--royal-blue-700: #39149F;
--royal-blue-800: #290E71;
--royal-blue-900: #1A0949;
--royal-blue-950: #10062D;
}