Royal Blue
#8055F7
PurpleColor Codes
All color formats for development
HEX
#8055F7RGB
rgb(128, 85, 247)HSL
hsl(256, 91%, 65%)OKLCH
oklch(0.586 0.229 289.7)CMYK
cmyk(48%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6835F5
2#5115F4
3#430ADE
4#3909BE
5#30079E
6#26067F
7#1D045F
8#13033F
9#0A0120
Tints
Lighter variations
1#8D66F8
2#9977F9
3#A688F9
4#B399FA
5#BFAAFB
6#CCBBFC
7#D9CCFD
8#E6DDFD
9#F2EEFE
Tones
Muted variations
1#845DEF
2#8765E7
3#8B6DDF
4#8F75D6
5#937DCE
6#9785C6
7#9A8DBE
8#9E96B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8F #AB8FFA | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5C24 #5C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410A #410AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3308 #3308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #25067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044E | 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: #E6DDFD;
--royal-blue-200: #D0C0FC;
--royal-blue-300: #AB8FFA;
--royal-blue-400: #8055F7;
--royal-blue-500: #5C24F5;
--royal-blue-600: #410AD6;
--royal-blue-700: #3308AA;
--royal-blue-800: #25067A;
--royal-blue-900: #17044E;
--royal-blue-950: #0F0231;
}