Royal Blue
#6565E6
BlueColor Codes
All color formats for development
HEX
#6565E6RGB
rgb(101, 101, 230)HSL
hsl(240, 72%, 65%)OKLCH
oklch(0.577 0.191 278.6)CMYK
cmyk(56%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4949E1
2#2C2CDD
3#2020C8
4#1C1CAB
5#17178F
6#131372
7#0E0E56
8#090939
9#05051D
Tints
Lighter variations
1#7575E9
2#8484EB
3#9494EE
4#A3A3F0
5#B2B2F3
6#C2C2F5
7#D1D1F8
8#E0E0FA
9#F0F0FD
Tones
Muted variations
1#6C6CE0
2#7272D9
3#7979D3
4#7F7FCC
5#8686C6
6#8C8CBF
7#9292B9
8#9999B3
9#9F9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A3A #3A3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F1F #1F1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1919 #19199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E0E0FA;
--royal-blue-200: #C6C6F6;
--royal-blue-300: #9A9AEF;
--royal-blue-400: #6565E6;
--royal-blue-500: #3A3ADF;
--royal-blue-600: #1F1FC1;
--royal-blue-700: #19199A;
--royal-blue-800: #12126E;
--royal-blue-900: #0B0B46;
--royal-blue-950: #07072C;
}