Royal Blue
#8553F9
PurpleColor Codes
All color formats for development
HEX
#8553F9RGB
rgb(133, 83, 249)HSL
hsl(258, 93%, 65%)OKLCH
oklch(0.59 0.233 291.4)CMYK
cmyk(47%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E33F8
2#5713F6
3#4908E0
4#3E07C0
5#3406A0
6#2A0580
7#1F0360
8#150240
9#0A0120
Tints
Lighter variations
1#9164F9
2#9D75FA
3#A986FB
4#B698FB
5#C2A9FC
6#CEBAFD
7#DACBFD
8#E7DDFE
9#F3EEFE
Tones
Muted variations
1#885BF0
2#8B63E8
3#8F6CE0
4#9274D8
5#957CCF
6#9885C7
7#9C8DBF
8#9F95B6
9#A29DAE
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 #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFB | BordersInactive statesPlaceholder text |
| 400 | 8553 #8553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6222 #6222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4608 #4608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3806 #3806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034F | 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: #D2BFFD;
--royal-blue-300: #AF8EFB;
--royal-blue-400: #8553F9;
--royal-blue-500: #6222F7;
--royal-blue-600: #4608D9;
--royal-blue-700: #3806AC;
--royal-blue-800: #28047B;
--royal-blue-900: #1A034F;
--royal-blue-950: #100231;
}