Royal Blue
#4935E3
BlueColor Codes
All color formats for development
HEX
#4935E3RGB
rgb(73, 53, 227)HSL
hsl(247, 76%, 55%)OKLCH
oklch(0.482 0.245 277.1)CMYK
cmyk(68%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#351EDE
2#2F1BC5
3#2918AD
4#231494
5#1D117B
6#170D63
7#120A4A
8#0C0731
9#060319
Tints
Lighter variations
1#5C49E6
2#6E5DE9
3#8072EC
4#9286EE
5#A49AF1
6#B6AEF4
7#C9C2F7
8#DBD7F9
9#EDEBFC
Tones
Muted variations
1#503EDB
2#5746D2
3#5D4FC9
4#6458C1
5#6B61B8
6#7269AF
7#7872A6
8#7F7B9E
9#868495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A298 #A298F1 | BordersInactive statesPlaceholder text |
| 400 | 7262 #7262EA | Disabled statesSecondary iconsMuted text |
| 500 | 4935 #4935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F1B #2F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0F #1B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 110A #110A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E3E0FB;
--royal-blue-200: #CBC5F7;
--royal-blue-300: #A298F1;
--royal-blue-400: #7262EA;
--royal-blue-500: #4935E3;
--royal-blue-600: #2F1BC5;
--royal-blue-700: #25159D;
--royal-blue-800: #1B0F70;
--royal-blue-900: #110A48;
--royal-blue-950: #0B062D;
}