Royal Blue
#7C52FA
PurpleColor Codes
All color formats for development
HEX
#7C52FARGB
rgb(124, 82, 250)HSL
hsl(255, 94%, 65%)OKLCH
oklch(0.581 0.236 288.3)CMYK
cmyk(50%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6332F9
2#4B12F8
3#3D07E1
4#3506C1
5#2C05A1
6#230481
7#1A0360
8#120240
9#090120
Tints
Lighter variations
1#8963FA
2#9674FB
3#A386FB
4#B097FC
5#BDA8FC
6#CBBAFD
7#D8CBFD
8#E5DCFE
9#F2EEFE
Tones
Muted variations
1#805AF1
2#8463E9
3#886BE0
4#8D73D8
5#917CD0
6#9584C7
7#998DBF
8#9D95B7
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98D #A98DFB | BordersInactive statesPlaceholder text |
| 400 | 7C52 #7C52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5620 #5620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B07 #3B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F05 #2F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1602 #16024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DCFE;
--royal-blue-200: #CEBFFD;
--royal-blue-300: #A98DFB;
--royal-blue-400: #7C52FA;
--royal-blue-500: #5620F8;
--royal-blue-600: #3B07DA;
--royal-blue-700: #2F05AD;
--royal-blue-800: #22047C;
--royal-blue-900: #16024F;
--royal-blue-950: #0E0231;
}