Royal Blue
#6E60EB
BlueColor Codes
All color formats for development
HEX
#6E60EBRGB
rgb(110, 96, 235)HSL
hsl(246, 78%, 65%)OKLCH
oklch(0.579 0.202 282.6)CMYK
cmyk(53%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5343E8
2#3825E4
3#2C1ACF
4#2516B1
5#1F1294
6#190F76
7#130B59
8#0C073B
9#06041E
Tints
Lighter variations
1#7D70ED
2#8B80EF
3#9A90F1
4#A8A0F3
5#B7B0F5
6#C5BFF7
7#D4CFF9
8#E2DFFB
9#F1EFFD
Tones
Muted variations
1#7467E4
2#796EDD
3#7F75D6
4#847CD0
5#8A83C9
6#8F8AC2
7#9591BB
8#9B98B4
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 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | 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: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #C9C4F8;
--royal-blue-300: #A097F2;
--royal-blue-400: #6E60EB;
--royal-blue-500: #4533E6;
--royal-blue-600: #2A19C8;
--royal-blue-700: #22149F;
--royal-blue-800: #180E71;
--royal-blue-900: #0F0949;
--royal-blue-950: #0A062D;
}