Royal Blue
#4C5FCD
BlueColor Codes
All color formats for development
HEX
#4C5FCDRGB
rgb(76, 95, 205)HSL
hsl(231, 56%, 55%)OKLCH
oklch(0.531 0.171 271.9)CMYK
cmyk(63%, 54%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384DC5
2#3144AF
3#2B3C99
4#253383
5#1F2B6D
6#192258
7#131A42
8#0C112C
9#060916
Tints
Lighter variations
1#5E6FD2
2#707FD7
3#828FDC
4#949FE1
5#A5AFE6
6#B7BFEB
7#C9CFF0
8#DBDFF5
9#EDEFFA
Tones
Muted variations
1#5264C6
2#5968C0
3#5F6DB9
4#6671B3
5#6C76AC
6#737AA6
7#797FA0
8#7F8399
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AD #A4ADE5 | BordersInactive statesPlaceholder text |
| 400 | 7483 #7483D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5F #4C5FCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3144 #3144AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2736 #27368B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C27 #1C2763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #121940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CBD1F0;
--royal-blue-300: #A4ADE5;
--royal-blue-400: #7483D8;
--royal-blue-500: #4C5FCD;
--royal-blue-600: #3144AF;
--royal-blue-700: #27368B;
--royal-blue-800: #1C2763;
--royal-blue-900: #121940;
--royal-blue-950: #0B1028;
}