Royal Blue
#862FE9
PurpleColor Codes
All color formats for development
HEX
#862FE9RGB
rgb(134, 47, 233)HSL
hsl(268, 81%, 55%)OKLCH
oklch(0.538 0.253 298.2)CMYK
cmyk(42%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7718E4
2#6A15CB
3#5D13B2
4#501098
5#420D7F
6#350B66
7#28084C
8#1B0533
9#0D0319
Tints
Lighter variations
1#9244EB
2#9E59EE
3#AA6EF0
4#B682F2
5#C397F4
6#CFACF6
7#DBC1F8
8#E7D5FB
9#F3EAFD
Tones
Muted variations
1#8739E0
2#8742D7
3#884BCD
4#8954C4
5#895EBB
6#8A67B1
7#8A70A8
8#8B7A9F
9#8C8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC3 #DCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C195 #C195F4 | BordersInactive statesPlaceholder text |
| 400 | A15D #A15DEE | Disabled statesSecondary iconsMuted text |
| 500 | 862F #862FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A15 #6A15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5411 #5411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0C #3C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2708 #27084A | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #ECDFFC;
--royal-blue-200: #DCC3F9;
--royal-blue-300: #C195F4;
--royal-blue-400: #A15DEE;
--royal-blue-500: #862FE9;
--royal-blue-600: #6A15CB;
--royal-blue-700: #5411A2;
--royal-blue-800: #3C0C73;
--royal-blue-900: #27084A;
--royal-blue-950: #18052E;
}