Royal Blue
#6595E6
BlueColor Codes
All color formats for development
HEX
#6595E6RGB
rgb(101, 149, 230)HSL
hsl(218, 72%, 65%)OKLCH
oklch(0.671 0.132 260.4)CMYK
cmyk(56%, 35%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4981E1
2#2C6DDD
3#205EC8
4#1C50AB
5#17438F
6#133672
7#0E2856
8#091B39
9#050D1D
Tints
Lighter variations
1#759FE9
2#84AAEB
3#94B5EE
4#A3BFF0
5#B2CAF3
6#C2D4F5
7#D1DFF8
8#E0EAFA
9#F0F4FD
Tones
Muted variations
1#6C96E0
2#7298D9
3#799AD3
4#7F9BCC
5#869DC6
6#8C9FBF
7#92A1B9
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 | E0EA #E0EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB9 #9AB9EF | BordersInactive statesPlaceholder text |
| 400 | 6595 #6595E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A76 #3A76DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F5B #1F5BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1948 #19489A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1234 #12346E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B21 #0B2146 | Primary textHigh emphasis contentDark headings |
| 950 | 0715 #07152C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EAFA;
--royal-blue-200: #C6D7F6;
--royal-blue-300: #9AB9EF;
--royal-blue-400: #6595E6;
--royal-blue-500: #3A76DF;
--royal-blue-600: #1F5BC1;
--royal-blue-700: #19489A;
--royal-blue-800: #12346E;
--royal-blue-900: #0B2146;
--royal-blue-950: #07152C;
}