Royal Blue
#8253F9
PurpleColor Codes
All color formats for development
HEX
#8253F9RGB
rgb(130, 83, 249)HSL
hsl(257, 93%, 65%)OKLCH
oklch(0.587 0.233 290.4)CMYK
cmyk(48%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B33F8
2#5313F6
3#4508E0
4#3B07C0
5#3106A0
6#280580
7#1E0360
8#140240
9#0A0120
Tints
Lighter variations
1#8E64F9
2#9B75FA
3#A786FB
4#B498FB
5#C0A9FC
6#CDBAFD
7#D9CBFD
8#E6DDFE
9#F2EEFE
Tones
Muted variations
1#855BF0
2#8963E8
3#8D6CE0
4#9074D8
5#947CCF
6#9785C7
7#9B8DBF
8#9F95B6
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFB | BordersInactive statesPlaceholder text |
| 400 | 8253 #8253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E22 #5E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4308 #4308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3506 #3506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1803 #18034F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E6DDFE;
--royal-blue-200: #D0BFFD;
--royal-blue-300: #AD8EFB;
--royal-blue-400: #8253F9;
--royal-blue-500: #5E22F7;
--royal-blue-600: #4308D9;
--royal-blue-700: #3506AC;
--royal-blue-800: #26047B;
--royal-blue-900: #18034F;
--royal-blue-950: #0F0231;
}