Royal Blue
#4C5DCD
BlueColor Codes
All color formats for development
HEX
#4C5DCDRGB
rgb(76, 93, 205)HSL
hsl(232, 56%, 55%)OKLCH
oklch(0.527 0.173 272.5)CMYK
cmyk(63%, 55%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384AC5
2#3142AF
3#2B3A99
4#253283
5#1F296D
6#192158
7#131942
8#0C112C
9#060816
Tints
Lighter variations
1#5E6DD2
2#707ED7
3#828EDC
4#949EE1
5#A5AEE6
6#B7BEEB
7#C9CEF0
8#DBDFF5
9#EDEFFA
Tones
Muted variations
1#5262C6
2#5967C0
3#5F6BB9
4#6670B3
5#6C75AC
6#7379A6
7#797EA0
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 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7481 #7481D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5D #4C5DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3142 #3142AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2735 #27358B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C26 #1C2663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | 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: #CBD0F0;
--royal-blue-300: #A4ACE5;
--royal-blue-400: #7481D8;
--royal-blue-500: #4C5DCD;
--royal-blue-600: #3142AF;
--royal-blue-700: #27358B;
--royal-blue-800: #1C2663;
--royal-blue-900: #121840;
--royal-blue-950: #0B0F28;
}