Royal Blue
#8225F4
PurpleColor Codes
All color formats for development
HEX
#8225F4RGB
rgb(130, 37, 244)HSL
hsl(267, 90%, 55%)OKLCH
oklch(0.536 0.27 295.4)CMYK
cmyk(47%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#730DF0
2#660BD5
3#590ABB
4#4D08A0
5#400785
6#33066B
7#260450
8#1A0335
9#0D011B
Tints
Lighter variations
1#8E3BF5
2#9B51F6
3#A766F7
4#B47CF8
5#C092F9
6#CDA8FA
7#D9BEFC
8#E6D3FD
9#F2E9FE
Tones
Muted variations
1#832FE9
2#843ADF
3#8544D5
4#864ECA
5#8759C0
6#8863B6
7#896DAB
8#8A78A1
9#8B8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8225 #8225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660B #660BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5109 #5109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FE;
--royal-blue-100: #ECDDFD;
--royal-blue-200: #DBC0FC;
--royal-blue-300: #BF90F9;
--royal-blue-400: #9E55F6;
--royal-blue-500: #8225F4;
--royal-blue-600: #660BD5;
--royal-blue-700: #5109AA;
--royal-blue-800: #3A0679;
--royal-blue-900: #25044E;
--royal-blue-950: #170330;
}