Royal Blue
#8554F8
PurpleColor Codes
All color formats for development
HEX
#8554F8RGB
rgb(133, 84, 248)HSL
hsl(258, 92%, 65%)OKLCH
oklch(0.59 0.231 291.4)CMYK
cmyk(46%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E34F7
2#5814F5
3#4909DF
4#3F08BF
5#34079F
6#2A057F
7#1F045F
8#150340
9#0A0120
Tints
Lighter variations
1#9165F9
2#9D76F9
3#AA87FA
4#B698FB
5#C2A9FB
6#CEBAFC
7#DACCFD
8#E7DDFE
9#F3EEFE
Tones
Muted variations
1#885CF0
2#8B64E7
3#8F6CDF
4#9274D7
5#957DCF
6#9985C7
7#9C8DBE
8#9F95B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFE;
--royal-blue-200: #D2BFFC;
--royal-blue-300: #AF8EFA;
--royal-blue-400: #8554F8;
--royal-blue-500: #6223F6;
--royal-blue-600: #4709D7;
--royal-blue-700: #3807AB;
--royal-blue-800: #28057A;
--royal-blue-900: #1A034E;
--royal-blue-950: #100231;
}