Royal Blue
#8630E8
PurpleColor Codes
All color formats for development
HEX
#8630E8RGB
rgb(134, 48, 232)HSL
hsl(268, 80%, 55%)OKLCH
oklch(0.538 0.251 298.4)CMYK
cmyk(42%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7719E3
2#6A16CA
3#5D14B1
4#501197
5#420E7E
6#350B65
7#28084C
8#1B0632
9#0D0319
Tints
Lighter variations
1#9245EA
2#9E5AED
3#AA6EEF
4#B683F1
5#C398F4
6#CFACF6
7#DBC1F8
8#E7D6FA
9#F3EAFD
Tones
Muted variations
1#873ADF
2#8743D6
3#884CCD
4#8955C3
5#895EBA
6#8A68B1
7#8A71A8
8#8B7A9F
9#8C8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC3 #DCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C195 #C195F3 | BordersInactive statesPlaceholder text |
| 400 | A15E #A15EED | Disabled statesSecondary iconsMuted text |
| 500 | 8630 #8630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A16 #6A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5412 #5412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0D #3C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2708 #270849 | 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: #F7F1FD;
--royal-blue-100: #ECDFFB;
--royal-blue-200: #DCC3F8;
--royal-blue-300: #C195F3;
--royal-blue-400: #A15EED;
--royal-blue-500: #8630E8;
--royal-blue-600: #6A16CA;
--royal-blue-700: #5412A1;
--royal-blue-800: #3C0D73;
--royal-blue-900: #270849;
--royal-blue-950: #18052E;
}