Royal Blue
#7655F6
BlueColor Codes
All color formats for development
HEX
#7655F6RGB
rgb(118, 85, 246)HSL
hsl(252, 90%, 65%)OKLCH
oklch(0.577 0.228 286.3)CMYK
cmyk(52%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C36F4
2#4316F3
3#350CDC
4#2E0ABD
5#26089D
6#1E077E
7#17055E
8#0F033F
9#08021F
Tints
Lighter variations
1#8366F7
2#9177F8
3#9F88F9
4#AD99FA
5#BAAAFB
6#C8BBFB
7#D6CCFC
8#E4DDFD
9#F1EEFE
Tones
Muted variations
1#7A5DEE
2#7F65E6
3#846EDE
4#8976D6
5#8E7ECE
6#9286C6
7#978EBE
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 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A590 #A590F9 | BordersInactive statesPlaceholder text |
| 400 | 7655 #7655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E25 #4E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 340B #340BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2909 #2909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | 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: #CCC0FC;
--royal-blue-300: #A590F9;
--royal-blue-400: #7655F6;
--royal-blue-500: #4E25F4;
--royal-blue-600: #340BD5;
--royal-blue-700: #2909AA;
--royal-blue-800: #1D0679;
--royal-blue-900: #13044E;
--royal-blue-950: #0C0330;
}