Royal Blue
#8254F8
PurpleColor Codes
All color formats for development
HEX
#8254F8RGB
rgb(130, 84, 248)HSL
hsl(257, 92%, 65%)OKLCH
oklch(0.588 0.231 290.4)CMYK
cmyk(48%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B34F7
2#5414F5
3#4609DF
4#3C08BF
5#32079F
6#28057F
7#1E045F
8#140340
9#0A0120
Tints
Lighter variations
1#8F65F9
2#9B76F9
3#A887FA
4#B498FB
5#C1A9FB
6#CDBAFC
7#DACCFD
8#E6DDFE
9#F3EEFE
Tones
Muted variations
1#865CF0
2#8964E7
3#8D6CDF
4#9074D7
5#947DCF
6#9885C7
7#9B8DBE
8#9F95B6
9#A29EAE
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 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | 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: #D1BFFC;
--royal-blue-300: #AD8EFA;
--royal-blue-400: #8254F8;
--royal-blue-500: #5F23F6;
--royal-blue-600: #4309D7;
--royal-blue-700: #3607AB;
--royal-blue-800: #26057A;
--royal-blue-900: #19034E;
--royal-blue-950: #0F0231;
}