Royal Blue
#7855F7
BlueColor Codes
All color formats for development
HEX
#7855F7RGB
rgb(120, 85, 247)HSL
hsl(253, 91%, 65%)OKLCH
oklch(0.579 0.229 286.8)CMYK
cmyk(51%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F35F5
2#4515F4
3#380ADE
4#3009BE
5#28079E
6#20067F
7#18045F
8#10033F
9#080120
Tints
Lighter variations
1#8566F8
2#9377F9
3#A088F9
4#AE99FA
5#BBAAFB
6#C9BBFC
7#D6CCFD
8#E4DDFD
9#F1EEFE
Tones
Muted variations
1#7C5DEF
2#8165E7
3#866DDF
4#8A75D6
5#8F7DCE
6#9385C6
7#988DBE
8#9D96B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68F #A68FFA | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5124 #5124F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 360A #360AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B08 #2B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CDC0FC;
--royal-blue-300: #A68FFA;
--royal-blue-400: #7855F7;
--royal-blue-500: #5124F5;
--royal-blue-600: #360AD6;
--royal-blue-700: #2B08AA;
--royal-blue-800: #1F067A;
--royal-blue-900: #14044E;
--royal-blue-950: #0C0231;
}