Royal Blue
#8555F7
PurpleColor Codes
All color formats for development
HEX
#8555F7RGB
rgb(133, 85, 247)HSL
hsl(258, 91%, 65%)OKLCH
oklch(0.591 0.229 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#6F35F5
2#5815F4
3#4A0ADE
4#3F09BE
5#35079E
6#2A067F
7#20045F
8#15033F
9#0B0120
Tints
Lighter variations
1#9166F8
2#9E77F9
3#AA88F9
4#B699FA
5#C2AAFB
6#CEBBFC
7#DACCFD
8#E7DDFD
9#F3EEFE
Tones
Muted variations
1#895DEF
2#8C65E7
3#8F6DDF
4#9275D6
5#967DCE
6#9985C6
7#9C8DBE
8#9F96B6
9#A39EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8F #AF8FFA | BordersInactive statesPlaceholder text |
| 400 | 8555 #8555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6224 #6224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 470A #470AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3908 #3908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #29067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | 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: #E7DDFD;
--royal-blue-200: #D2C0FC;
--royal-blue-300: #AF8FFA;
--royal-blue-400: #8555F7;
--royal-blue-500: #6224F5;
--royal-blue-600: #470AD6;
--royal-blue-700: #3908AA;
--royal-blue-800: #29067A;
--royal-blue-900: #1A044E;
--royal-blue-950: #100231;
}