Royal Blue
#8862EA
PurpleColor Codes
All color formats for development
HEX
#8862EARGB
rgb(136, 98, 234)HSL
hsl(257, 76%, 65%)OKLCH
oklch(0.603 0.197 292.4)CMYK
cmyk(42%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7245E6
2#5C28E2
3#4E1CCC
4#4318AF
5#381492
6#2C1075
7#210C58
8#16083A
9#0B041D
Tints
Lighter variations
1#9472EC
2#A081EE
3#AC91F0
4#B8A1F2
5#C4B0F4
6#D0C0F6
7#DBD0F9
8#E7E0FB
9#F3EFFD
Tones
Muted variations
1#8B69E3
2#8E6FDC
3#9176D5
4#947DCE
5#9784C8
6#9A8BC1
7#9D91BA
8#A098B3
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C5 #D3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B198 #B198F1 | BordersInactive statesPlaceholder text |
| 400 | 8862 #8862EA | Disabled statesSecondary iconsMuted text |
| 500 | 6635 #6635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1B #4B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C15 #3C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0F #2B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0A #1B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F2FD;
--royal-blue-100: #E7E0FB;
--royal-blue-200: #D3C5F7;
--royal-blue-300: #B198F1;
--royal-blue-400: #8862EA;
--royal-blue-500: #6635E3;
--royal-blue-600: #4B1BC5;
--royal-blue-700: #3C159D;
--royal-blue-800: #2B0F70;
--royal-blue-900: #1B0A48;
--royal-blue-950: #11062D;
}