Royal Blue
#4635E3
BlueColor Codes
All color formats for development
HEX
#4635E3RGB
rgb(70, 53, 227)HSL
hsl(246, 76%, 55%)OKLCH
oklch(0.48 0.246 276.2)CMYK
cmyk(69%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#311EDE
2#2C1BC5
3#2618AD
4#211494
5#1B117B
6#160D63
7#100A4A
8#0B0731
9#050319
Tints
Lighter variations
1#5949E6
2#6B5DE9
3#7E72EC
4#9086EE
5#A39AF1
6#B5AEF4
7#C8C2F7
8#DAD7F9
9#EDEBFC
Tones
Muted variations
1#4D3EDB
2#5446D2
3#5B4FC9
4#6258C1
5#6961B8
6#7069AF
7#7772A6
8#7E7B9E
9#858495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E2E0FB;
--royal-blue-200: #CAC5F7;
--royal-blue-300: #A198F1;
--royal-blue-400: #6F62EA;
--royal-blue-500: #4635E3;
--royal-blue-600: #2C1BC5;
--royal-blue-700: #23159D;
--royal-blue-800: #190F70;
--royal-blue-900: #100A48;
--royal-blue-950: #0A062D;
}