Royal Blue
#6D5FEC
BlueColor Codes
All color formats for development
HEX
#6D5FECRGB
rgb(109, 95, 236)HSL
hsl(246, 79%, 65%)OKLCH
oklch(0.577 0.205 282.4)CMYK
cmyk(54%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5242E9
2#3724E5
3#2B18D0
4#2515B2
5#1E1194
6#180E77
7#120A59
8#0C073B
9#06031E
Tints
Lighter variations
1#7C6FEE
2#8A7FF0
3#998FF2
4#A89FF4
5#B6AFF6
6#C5BFF8
7#D3CFF9
8#E2DFFB
9#F0EFFD
Tones
Muted variations
1#7366E5
2#796DDE
3#7E74D7
4#847BD0
5#8A82C9
6#8F8AC2
7#9591BB
8#9A98B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F96 #9F96F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5F #6D5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4432 #4432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2918 #2918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2113 #2113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #C9C4F8;
--royal-blue-300: #9F96F3;
--royal-blue-400: #6D5FEC;
--royal-blue-500: #4432E7;
--royal-blue-600: #2918C9;
--royal-blue-700: #2113A0;
--royal-blue-800: #170D72;
--royal-blue-900: #0F0949;
--royal-blue-950: #09052E;
}