Royal Blue
#6570E6
BlueColor Codes
All color formats for development
HEX
#6570E6RGB
rgb(101, 112, 230)HSL
hsl(235, 72%, 65%)OKLCH
oklch(0.597 0.176 275.7)CMYK
cmyk(56%, 51%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4956E1
2#2C3BDD
3#202EC8
4#1C28AB
5#17218F
6#131B72
7#0E1456
8#090D39
9#05071D
Tints
Lighter variations
1#757EE9
2#848DEB
3#949BEE
4#A3A9F0
5#B2B8F3
6#C2C6F5
7#D1D4F8
8#E0E2FA
9#F0F1FD
Tones
Muted variations
1#6C76E0
2#727BD9
3#7980D3
4#7F86CC
5#868BC6
6#8C90BF
7#9296B9
8#999BB3
9#9FA0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 6570 #6570E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A47 #3A47DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F2D #1F2DC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1924 #19249A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121A #121A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1046 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E2FA;
--royal-blue-200: #C6CAF6;
--royal-blue-300: #9AA1EF;
--royal-blue-400: #6570E6;
--royal-blue-500: #3A47DF;
--royal-blue-600: #1F2DC1;
--royal-blue-700: #19249A;
--royal-blue-800: #121A6E;
--royal-blue-900: #0B1046;
--royal-blue-950: #070A2C;
}