Royal Blue
#8330E8
PurpleColor Codes
All color formats for development
HEX
#8330E8RGB
rgb(131, 48, 232)HSL
hsl(267, 80%, 55%)OKLCH
oklch(0.535 0.251 297.3)CMYK
cmyk(44%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7419E3
2#6716CA
3#5A14B1
4#4D1197
5#410E7E
6#340B65
7#27084C
8#1A0632
9#0D0319
Tints
Lighter variations
1#8F45EA
2#9C5AED
3#A86EEF
4#B583F1
5#C198F4
6#CDACF6
7#DAC1F8
8#E6D6FA
9#F3EAFD
Tones
Muted variations
1#843ADF
2#8543D6
3#864CCD
4#8755C3
5#885EBA
6#8968B1
7#8971A8
8#8A7A9F
9#8B8395
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 | DBC3 #DBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C095 #C095F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5E #9F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8330 #8330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6716 #6716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5212 #5212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2608 #260849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | 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: #DBC3F8;
--royal-blue-300: #C095F3;
--royal-blue-400: #9F5EED;
--royal-blue-500: #8330E8;
--royal-blue-600: #6716CA;
--royal-blue-700: #5212A1;
--royal-blue-800: #3B0D73;
--royal-blue-900: #260849;
--royal-blue-950: #17052E;
}