Royal Blue
#832FE9
PurpleColor Codes
All color formats for development
HEX
#832FE9RGB
rgb(131, 47, 233)HSL
hsl(267, 81%, 55%)OKLCH
oklch(0.535 0.253 297.2)CMYK
cmyk(44%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7418E4
2#6715CB
3#5A13B2
4#4D1098
5#400D7F
6#340B66
7#27084C
8#1A0533
9#0D0319
Tints
Lighter variations
1#8F44EB
2#9C59EE
3#A86EF0
4#B582F2
5#C197F4
6#CDACF6
7#DAC1F8
8#E6D5FB
9#F3EAFD
Tones
Muted variations
1#8439E0
2#8542D7
3#864BCD
4#8754C4
5#885EBB
6#8967B1
7#8970A8
8#8A7A9F
9#8B8396
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 | DBC3 #DBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C095 #C095F4 | BordersInactive statesPlaceholder text |
| 400 | 9F5D #9F5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 832F #832FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6715 #6715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5211 #5211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0C #3B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2508 #25084A | 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: #F7F1FE;
--royal-blue-100: #ECDFFC;
--royal-blue-200: #DBC3F9;
--royal-blue-300: #C095F4;
--royal-blue-400: #9F5DEE;
--royal-blue-500: #832FE9;
--royal-blue-600: #6715CB;
--royal-blue-700: #5211A2;
--royal-blue-800: #3B0C73;
--royal-blue-900: #25084A;
--royal-blue-950: #17052E;
}