Royal Blue
#7352FA
BlueColor Codes
All color formats for development
HEX
#7352FARGB
rgb(115, 82, 250)HSL
hsl(252, 94%, 65%)OKLCH
oklch(0.573 0.236 285.2)CMYK
cmyk(54%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5932F9
2#4012F8
3#3307E1
4#2B06C1
5#2405A1
6#1D0481
7#160360
8#0E0240
9#070120
Tints
Lighter variations
1#8163FA
2#8F74FB
3#9D86FB
4#AB97FC
5#B9A8FC
6#C7BAFD
7#D5CBFD
8#E3DCFE
9#F1EEFE
Tones
Muted variations
1#785AF1
2#7D63E9
3#836BE0
4#8873D8
5#8D7CD0
6#9284C7
7#978DBF
8#9C95B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFB | BordersInactive statesPlaceholder text |
| 400 | 7352 #7352FA | Disabled statesSecondary iconsMuted text |
| 500 | 4C20 #4C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3107 #3107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2705 #2705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #12024F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFE;
--royal-blue-200: #CBBFFD;
--royal-blue-300: #A38DFB;
--royal-blue-400: #7352FA;
--royal-blue-500: #4C20F8;
--royal-blue-600: #3107DA;
--royal-blue-700: #2705AD;
--royal-blue-800: #1C047C;
--royal-blue-900: #12024F;
--royal-blue-950: #0B0231;
}