Royal Blue
#7130E8
PurpleColor Codes
All color formats for development
HEX
#7130E8RGB
rgb(113, 48, 232)HSL
hsl(261, 80%, 55%)OKLCH
oklch(0.516 0.25 290.8)CMYK
cmyk(51%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6019E3
2#5516CA
3#4B14B1
4#401197
5#350E7E
6#2B0B65
7#20084C
8#150632
9#0B0319
Tints
Lighter variations
1#7F45EA
2#8D5AED
3#9B6EEF
4#AA83F1
5#B898F4
6#C6ACF6
7#D4C1F8
8#E3D6FA
9#F1EAFD
Tones
Muted variations
1#733ADF
2#7643D6
3#794CCD
4#7C55C3
5#7E5EBA
6#8168B1
7#8471A8
8#877A9F
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #E9DFFB;
--royal-blue-200: #D6C3F8;
--royal-blue-300: #B695F3;
--royal-blue-400: #905EED;
--royal-blue-500: #7130E8;
--royal-blue-600: #5516CA;
--royal-blue-700: #4412A1;
--royal-blue-800: #300D73;
--royal-blue-900: #1F0849;
--royal-blue-950: #13052E;
}