Royal Blue
#6592E6
BlueColor Codes
All color formats for development
HEX
#6592E6RGB
rgb(101, 146, 230)HSL
hsl(219, 72%, 65%)OKLCH
oklch(0.665 0.135 262)CMYK
cmyk(56%, 37%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497EE1
2#2C6ADD
3#205BC8
4#1C4EAB
5#17418F
6#133472
7#0E2756
8#091A39
9#050D1D
Tints
Lighter variations
1#759DE9
2#84A8EB
3#94B3EE
4#A3BEF0
5#B2C9F3
6#C2D4F5
7#D1DEF8
8#E0E9FA
9#F0F4FD
Tones
Muted variations
1#6C94E0
2#7296D9
3#7998D3
4#7F9ACC
5#869CC6
6#8C9EBF
7#92A0B9
8#99A2B3
9#9FA4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB8 #9AB8EF | BordersInactive statesPlaceholder text |
| 400 | 6592 #6592E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A73 #3A73DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F58 #1F58C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1946 #19469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1232 #12326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2046 | Primary textHigh emphasis contentDark headings |
| 950 | 0714 #07142C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0E9FA;
--royal-blue-200: #C6D7F6;
--royal-blue-300: #9AB8EF;
--royal-blue-400: #6592E6;
--royal-blue-500: #3A73DF;
--royal-blue-600: #1F58C1;
--royal-blue-700: #19469A;
--royal-blue-800: #12326E;
--royal-blue-900: #0B2046;
--royal-blue-950: #07142C;
}