Royal Blue
#7355F6
BlueColor Codes
All color formats for development
HEX
#7355F6RGB
rgb(115, 85, 246)HSL
hsl(251, 90%, 65%)OKLCH
oklch(0.574 0.228 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#5936F4
2#3F16F3
3#320CDC
4#2B0ABD
5#24089D
6#1D077E
7#15055E
8#0E033F
9#07021F
Tints
Lighter variations
1#8166F7
2#8F77F8
3#9D88F9
4#AB99FA
5#B9AAFB
6#C7BBFB
7#D5CCFC
8#E3DDFD
9#F1EEFE
Tones
Muted variations
1#785DEE
2#7D65E6
3#826EDE
4#8776D6
5#8C7ECE
6#9186C6
7#968EBE
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 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7355 #7355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4B25 #4B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300B #300BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2609 #2609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044E | 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: #F3F0FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CBC0FC;
--royal-blue-300: #A390F9;
--royal-blue-400: #7355F6;
--royal-blue-500: #4B25F4;
--royal-blue-600: #300BD5;
--royal-blue-700: #2609AA;
--royal-blue-800: #1B0679;
--royal-blue-900: #12044E;
--royal-blue-950: #0B0330;
}