Royal Blue
#6E63E9
BlueColor Codes
All color formats for development
HEX
#6E63E9RGB
rgb(110, 99, 233)HSL
hsl(245, 75%, 65%)OKLCH
oklch(0.582 0.195 282.2)CMYK
cmyk(53%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5346E5
2#3829E0
3#2C1DCB
4#2519AE
5#1F1591
6#191174
7#130C57
8#0C083A
9#06041D
Tints
Lighter variations
1#7C72EB
2#8B82ED
3#9992EF
4#A8A1F2
5#B6B1F4
6#C5C1F6
7#D3D0F8
8#E2E0FB
9#F0EFFD
Tones
Muted variations
1#746AE2
2#7970DB
3#7F77D5
4#847ECE
5#8A84C7
6#8F8BC1
7#9592BA
8#9B98B3
9#A09FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A098 #A098F0 | BordersInactive statesPlaceholder text |
| 400 | 6E63 #6E63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 4536 #4536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A1C #2A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2116 #21169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1810 #181070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E2E0FB;
--royal-blue-200: #C9C5F7;
--royal-blue-300: #A098F0;
--royal-blue-400: #6E63E9;
--royal-blue-500: #4536E2;
--royal-blue-600: #2A1CC4;
--royal-blue-700: #21169C;
--royal-blue-800: #181070;
--royal-blue-900: #0F0A47;
--royal-blue-950: #0A062D;
}