Royal Blue
#6578E7
BlueColor Codes
All color formats for development
HEX
#6578E7RGB
rgb(101, 120, 231)HSL
hsl(231, 73%, 65%)OKLCH
oklch(0.613 0.168 273.2)CMYK
cmyk(56%, 48%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485FE2
2#2B46DE
3#1F39C9
4#1B31AC
5#16298F
6#122073
7#0D1856
8#091039
9#04081D
Tints
Lighter variations
1#7486E9
2#8393EC
3#93A1EE
4#A2AEF1
5#B2BCF3
6#C1C9F5
7#D1D7F8
8#E0E4FA
9#F0F2FD
Tones
Muted variations
1#6B7DE0
2#7281DA
3#7886D3
4#7F8ACD
5#858FC6
6#8C94C0
7#9298B9
8#999DB3
9#9FA1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA6 #9AA6EF | BordersInactive statesPlaceholder text |
| 400 | 6578 #6578E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3852 #3852E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E37 #1E37C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182C #182C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111F #111F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1447 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E4FA;
--royal-blue-200: #C6CDF6;
--royal-blue-300: #9AA6EF;
--royal-blue-400: #6578E7;
--royal-blue-500: #3852E0;
--royal-blue-600: #1E37C2;
--royal-blue-700: #182C9A;
--royal-blue-800: #111F6E;
--royal-blue-900: #0B1447;
--royal-blue-950: #070C2C;
}