Royal Blue
#7F53F9
PurpleColor Codes
All color formats for development
HEX
#7F53F9RGB
rgb(127, 83, 249)HSL
hsl(256, 93%, 65%)OKLCH
oklch(0.584 0.233 289.3)CMYK
cmyk(49%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6733F8
2#4F13F6
3#4208E0
4#3807C0
5#2F06A0
6#260580
7#1C0360
8#130240
9#090120
Tints
Lighter variations
1#8C64F9
2#9975FA
3#A586FB
4#B298FB
5#BFA9FC
6#CCBAFD
7#D9CBFD
8#E5DDFE
9#F2EEFE
Tones
Muted variations
1#835BF0
2#8763E8
3#8B6CE0
4#8F74D8
5#927CCF
6#9685C7
7#9A8DBF
8#9E95B6
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 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8E #AB8EFB | BordersInactive statesPlaceholder text |
| 400 | 7F53 #7F53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5A22 #5A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4008 #4008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3306 #3306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1703 #17034F | 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: #CFBFFD;
--royal-blue-300: #AB8EFB;
--royal-blue-400: #7F53F9;
--royal-blue-500: #5A22F7;
--royal-blue-600: #4008D9;
--royal-blue-700: #3306AC;
--royal-blue-800: #24047B;
--royal-blue-900: #17034F;
--royal-blue-950: #0E0231;
}