Royal Blue
#6583E6
BlueColor Codes
All color formats for development
HEX
#6583E6RGB
rgb(101, 131, 230)HSL
hsl(226, 72%, 65%)OKLCH
oklch(0.634 0.152 269)CMYK
cmyk(56%, 43%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496DE1
2#2C56DD
3#2047C8
4#1C3DAB
5#17338F
6#132972
7#0E1F56
8#091439
9#050A1D
Tints
Lighter variations
1#7590E9
2#849CEB
3#94A9EE
4#A3B5F0
5#B2C1F3
6#C2CEF5
7#D1DAF8
8#E0E6FA
9#F0F3FD
Tones
Muted variations
1#6C87E0
2#728AD9
3#798ED3
4#7F91CC
5#8695C6
6#8C98BF
7#929BB9
8#999FB3
9#9FA2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAE #9AAEEF | BordersInactive statesPlaceholder text |
| 400 | 6583 #6583E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A60 #3A60DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F45 #1F45C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1937 #19379A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1227 #12276E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B19 #0B1946 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E6FA;
--royal-blue-200: #C6D1F6;
--royal-blue-300: #9AAEEF;
--royal-blue-400: #6583E6;
--royal-blue-500: #3A60DF;
--royal-blue-600: #1F45C1;
--royal-blue-700: #19379A;
--royal-blue-800: #12276E;
--royal-blue-900: #0B1946;
--royal-blue-950: #07102C;
}