Royal Blue
#7555F7
BlueColor Codes
All color formats for development
HEX
#7555F7RGB
rgb(117, 85, 247)HSL
hsl(252, 91%, 65%)OKLCH
oklch(0.577 0.229 285.8)CMYK
cmyk(53%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B35F5
2#4215F4
3#350ADE
4#2D09BE
5#26079E
6#1E067F
7#17045F
8#0F033F
9#080120
Tints
Lighter variations
1#8366F8
2#9177F9
3#9E88F9
4#AC99FA
5#BAAAFB
6#C8BBFC
7#D6CCFD
8#E3DDFD
9#F1EEFE
Tones
Muted variations
1#7A5DEF
2#7F65E7
3#846DDF
4#8975D6
5#8D7DCE
6#9285C6
7#978DBE
8#9C96B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A48F #A48FFA | BordersInactive statesPlaceholder text |
| 400 | 7555 #7555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4E24 #4E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 330A #330AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2908 #2908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | 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: #E3DDFD;
--royal-blue-200: #CCC0FC;
--royal-blue-300: #A48FFA;
--royal-blue-400: #7555F7;
--royal-blue-500: #4E24F5;
--royal-blue-600: #330AD6;
--royal-blue-700: #2908AA;
--royal-blue-800: #1D067A;
--royal-blue-900: #13044E;
--royal-blue-950: #0C0231;
}