Royal Blue
#6F65E7
BlueColor Codes
All color formats for development
HEX
#6F65E7RGB
rgb(111, 101, 231)HSL
hsl(245, 73%, 65%)OKLCH
oklch(0.585 0.19 282.3)CMYK
cmyk(52%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5548E2
2#3A2BDE
3#2D1FC9
4#271BAC
5#20168F
6#1A1273
7#130D56
8#0D0939
9#06041D
Tints
Lighter variations
1#7E74E9
2#8C83EC
3#9B93EE
4#A9A2F1
5#B7B2F3
6#C6C1F5
7#D4D1F8
8#E2E0FA
9#F1F0FD
Tones
Muted variations
1#756BE0
2#7A72DA
3#8078D3
4#857FCD
5#8B85C6
6#908CC0
7#9592B9
8#9B99B3
9#A09FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E2E0FA;
--royal-blue-200: #CAC6F6;
--royal-blue-300: #A19AEF;
--royal-blue-400: #6F65E7;
--royal-blue-500: #4638E0;
--royal-blue-600: #2C1EC2;
--royal-blue-700: #23189A;
--royal-blue-800: #19116E;
--royal-blue-900: #100B47;
--royal-blue-950: #0A072C;
}