Royal Blue
#4638E0
BlueColor Codes
All color formats for development
HEX
#4638E0RGB
rgb(70, 56, 224)HSL
hsl(245, 73%, 55%)OKLCH
oklch(0.481 0.24 276.1)CMYK
cmyk(69%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3122DA
2#2C1EC2
3#261BAA
4#211792
5#1B1379
6#160F61
7#100B49
8#0B0831
9#050418
Tints
Lighter variations
1#594CE3
2#6B60E6
3#7E74E9
4#9088EC
5#A39CF0
6#B5B0F3
7#C8C3F6
8#DAD7F9
9#EDEBFC
Tones
Muted variations
1#4D41D8
2#5449CF
3#5B52C7
4#625ABF
5#6962B6
6#706BAE
7#7773A5
8#7E7B9D
9#858495
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;
}