Royal Blue
#6C60EB
BlueColor Codes
All color formats for development
HEX
#6C60EBRGB
rgb(108, 96, 235)HSL
hsl(245, 78%, 65%)OKLCH
oklch(0.577 0.202 281.9)CMYK
cmyk(54%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5043E8
2#3525E4
3#291ACF
4#2316B1
5#1D1294
6#170F76
7#110B59
8#0C073B
9#06041E
Tints
Lighter variations
1#7A70ED
2#8980EF
3#9890F1
4#A7A0F3
5#B5B0F5
6#C4BFF7
7#D3CFF9
8#E2DFFB
9#F0EFFD
Tones
Muted variations
1#7267E4
2#776EDD
3#7D75D6
4#837CD0
5#8983C9
6#8F8AC2
7#9491BB
8#9A98B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #C8C4F8;
--royal-blue-300: #9E97F2;
--royal-blue-400: #6C60EB;
--royal-blue-500: #4233E6;
--royal-blue-600: #2719C8;
--royal-blue-700: #1F149F;
--royal-blue-800: #160E71;
--royal-blue-900: #0E0949;
--royal-blue-950: #09062D;
}