Royal Blue
#8223F6
PurpleColor Codes
All color formats for development
HEX
#8223F6RGB
rgb(130, 35, 246)HSL
hsl(267, 92%, 55%)OKLCH
oklch(0.537 0.273 295.2)CMYK
cmyk(47%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#730AF2
2#6609D7
3#5908BC
4#4C07A2
5#400687
6#33046C
7#260351
8#190236
9#0D011B
Tints
Lighter variations
1#8E39F7
2#9B4FF8
3#A765F9
4#B47BF9
5#C091FA
6#CDA7FB
7#D9BDFC
8#E6D3FD
9#F2E9FE
Tones
Muted variations
1#832DEB
2#8438E1
3#8542D6
4#864DCC
5#8757C1
6#8862B6
7#896DAC
8#8A77A1
9#8B8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFA | BordersInactive statesPlaceholder text |
| 400 | 9E54 #9E54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8223 #8223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6609 #6609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5107 #5107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A05 #3A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FE;
--royal-blue-100: #ECDDFE;
--royal-blue-200: #DBBFFC;
--royal-blue-300: #BF8EFA;
--royal-blue-400: #9E54F8;
--royal-blue-500: #8223F6;
--royal-blue-600: #6609D7;
--royal-blue-700: #5107AB;
--royal-blue-800: #3A057A;
--royal-blue-900: #25034E;
--royal-blue-950: #170231;
}