Royal Blue
#7356F5
BlueColor Codes
All color formats for development
HEX
#7356F5RGB
rgb(115, 86, 245)HSL
hsl(251, 89%, 65%)OKLCH
oklch(0.575 0.226 285.2)CMYK
cmyk(53%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A37F3
2#4018F2
3#330DDB
4#2B0BBC
5#24099D
6#1D077D
7#16055E
8#0E043F
9#07021F
Tints
Lighter variations
1#8167F6
2#8F78F7
3#9D89F8
4#AB9AF9
5#B9ABFA
6#C7BCFB
7#D5CCFC
8#E3DDFD
9#F1EEFE
Tones
Muted variations
1#785EED
2#7E66E5
3#836EDD
4#8876D5
5#8D7ECD
6#9286C6
7#978EBE
8#9C96B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7356 #7356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4C26 #4C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 310C #310CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270A #270AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C07 #1C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CBC0FB;
--royal-blue-300: #A390F9;
--royal-blue-400: #7356F5;
--royal-blue-500: #4C26F2;
--royal-blue-600: #310CD4;
--royal-blue-700: #270AA9;
--royal-blue-800: #1C0778;
--royal-blue-900: #12044D;
--royal-blue-950: #0B0330;
}