Royal Blue
#6971E2
BlueColor Codes
All color formats for development
HEX
#6971E2RGB
rgb(105, 113, 226)HSL
hsl(236, 68%, 65%)OKLCH
oklch(0.599 0.169 277)CMYK
cmyk(54%, 50%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D57DD
2#313CD8
3#2530C3
4#2029A7
5#1B228B
6#151B6F
7#101454
8#0B0E38
9#05071C
Tints
Lighter variations
1#787FE5
2#878EE8
3#969CEB
4#A5AAEE
5#B4B8F1
6#C3C6F4
7#D2D4F6
8#E1E3F9
9#F0F1FC
Tones
Muted variations
1#6F76DC
2#757CD6
3#7B81D0
4#8186CA
5#878BC4
6#8D91BE
7#9496B8
8#9A9BB2
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA2 #9CA2EC | BordersInactive statesPlaceholder text |
| 400 | 6971 #6971E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E49 #3E49DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242E #242EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D25 #1D2596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E3F9;
--royal-blue-200: #C7CAF4;
--royal-blue-300: #9CA2EC;
--royal-blue-400: #6971E2;
--royal-blue-500: #3E49DA;
--royal-blue-600: #242EBC;
--royal-blue-700: #1D2596;
--royal-blue-800: #141A6B;
--royal-blue-900: #0D1145;
--royal-blue-950: #080A2B;
}