Royal Blue
#7430E8
PurpleColor Codes
All color formats for development
HEX
#7430E8RGB
rgb(116, 48, 232)HSL
hsl(262, 80%, 55%)OKLCH
oklch(0.519 0.25 291.9)CMYK
cmyk(50%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6319E3
2#5816CA
3#4D14B1
4#421197
5#370E7E
6#2C0B65
7#21084C
8#160632
9#0B0319
Tints
Lighter variations
1#8245EA
2#905AED
3#9E6EEF
4#AB83F1
5#B998F4
6#C7ACF6
7#D5C1F8
8#E3D6FA
9#F1EAFD
Tones
Muted variations
1#763ADF
2#7943D6
3#7B4CCD
4#7E55C3
5#805EBA
6#8268B1
7#8571A8
8#877A9F
9#8A8395
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 | D7C3 #D7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B895 #B895F3 | BordersInactive statesPlaceholder text |
| 400 | 935E #935EED | Disabled statesSecondary iconsMuted text |
| 500 | 7430 #7430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5816 #5816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4612 #4612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2008 #200849 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | 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: #D7C3F8;
--royal-blue-300: #B895F3;
--royal-blue-400: #935EED;
--royal-blue-500: #7430E8;
--royal-blue-600: #5816CA;
--royal-blue-700: #4612A1;
--royal-blue-800: #320D73;
--royal-blue-900: #200849;
--royal-blue-950: #14052E;
}