Royal Blue
#7C53F9
PurpleColor Codes
All color formats for development
HEX
#7C53F9RGB
rgb(124, 83, 249)HSL
hsl(255, 93%, 65%)OKLCH
oklch(0.582 0.233 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#6433F8
2#4C13F6
3#3E08E0
4#3507C0
5#2C06A0
6#230580
7#1B0360
8#120240
9#090120
Tints
Lighter variations
1#8964F9
2#9675FA
3#A386FB
4#B198FB
5#BEA9FC
6#CBBAFD
7#D8CBFD
8#E5DDFE
9#F2EEFE
Tones
Muted variations
1#805BF0
2#8563E8
3#896CE0
4#8D74D8
5#917CCF
6#9585C7
7#998DBF
8#9D95B6
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFB | BordersInactive statesPlaceholder text |
| 400 | 7C53 #7C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5722 #5722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C08 #3C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3006 #3006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034F | 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: #F4F0FE;
--royal-blue-100: #E5DDFE;
--royal-blue-200: #CEBFFD;
--royal-blue-300: #A98EFB;
--royal-blue-400: #7C53F9;
--royal-blue-500: #5722F7;
--royal-blue-600: #3C08D9;
--royal-blue-700: #3006AC;
--royal-blue-800: #22047B;
--royal-blue-900: #16034F;
--royal-blue-950: #0E0231;
}