Royal Blue
#8226F2
PurpleColor Codes
All color formats for development
HEX
#8226F2RGB
rgb(130, 38, 242)HSL
hsl(267, 89%, 55%)OKLCH
oklch(0.535 0.268 295.7)CMYK
cmyk(46%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#730EEF
2#660CD4
3#590BBA
4#4D099F
5#400885
6#33066A
7#260550
8#1A0335
9#0D021B
Tints
Lighter variations
1#8F3CF4
2#9B51F5
3#A867F6
4#B47DF7
5#C193F9
6#CDA8FA
7#DABEFB
8#E6D4FC
9#F3E9FE
Tones
Muted variations
1#8330E8
2#843BDE
3#8545D4
4#864FCA
5#8759BF
6#8863B5
7#896EAB
8#8A78A1
9#8B8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E56 #9E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8226 #8226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660C #660CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510A #510AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A07 #3A0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044D | 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: #F7F1FE;
--royal-blue-100: #ECDDFD;
--royal-blue-200: #DBC0FB;
--royal-blue-300: #BF90F9;
--royal-blue-400: #9E56F5;
--royal-blue-500: #8226F2;
--royal-blue-600: #660CD4;
--royal-blue-700: #510AA9;
--royal-blue-800: #3A0778;
--royal-blue-900: #25044D;
--royal-blue-950: #170330;
}