Royal Blue
#6572E7
BlueColor Codes
All color formats for development
HEX
#6572E7RGB
rgb(101, 114, 231)HSL
hsl(234, 73%, 65%)OKLCH
oklch(0.601 0.175 275.1)CMYK
cmyk(56%, 51%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4857E2
2#2B3DDE
3#1F30C9
4#1B29AC
5#16228F
6#121C73
7#0D1556
8#090E39
9#04071D
Tints
Lighter variations
1#7480E9
2#838EEC
3#939CEE
4#A2AAF1
5#B2B8F3
6#C1C6F5
7#D1D5F8
8#E0E3FA
9#F0F1FD
Tones
Muted variations
1#6B77E0
2#727CDA
3#7881D3
4#7F86CD
5#858CC6
6#8C91C0
7#9296B9
8#999BB3
9#9FA1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA2 #9AA2EF | BordersInactive statesPlaceholder text |
| 400 | 6572 #6572E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3849 #3849E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2F #1E2FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1825 #18259A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111B #111B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B11 #0B1147 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E3FA;
--royal-blue-200: #C6CAF6;
--royal-blue-300: #9AA2EF;
--royal-blue-400: #6572E7;
--royal-blue-500: #3849E0;
--royal-blue-600: #1E2FC2;
--royal-blue-700: #18259A;
--royal-blue-800: #111B6E;
--royal-blue-900: #0B1147;
--royal-blue-950: #070B2C;
}