Royal Blue
#862CED
PurpleColor Codes
All color formats for development
HEX
#862CEDRGB
rgb(134, 44, 237)HSL
hsl(268, 84%, 55%)OKLCH
oklch(0.539 0.259 297.7)CMYK
cmyk(43%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7714E8
2#6A12CE
3#5D10B5
4#4F0D9B
5#420B81
6#350967
7#28074D
8#1A0434
9#0D021A
Tints
Lighter variations
1#9241EE
2#9E56F0
3#AA6BF2
4#B680F4
5#C295F6
6#CFABF8
7#DBC0F9
8#E7D5FB
9#F3EAFD
Tones
Muted variations
1#8635E3
2#873FD9
3#8849D0
4#8852C6
5#895CBC
6#8A66B3
7#8A6FA9
8#8B79A0
9#8C8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C193 #C193F6 | BordersInactive statesPlaceholder text |
| 400 | A15B #A15BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 862C #862CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A12 #6A12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540E #540EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0A #3C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #ECDEFC;
--royal-blue-200: #DCC2FA;
--royal-blue-300: #C193F6;
--royal-blue-400: #A15BF1;
--royal-blue-500: #862CED;
--royal-blue-600: #6A12CE;
--royal-blue-700: #540EA4;
--royal-blue-800: #3C0A75;
--royal-blue-900: #27074B;
--royal-blue-950: #18042F;
}