Royal Blue
#4C4ECD
BlueColor Codes
All color formats for development
HEX
#4C4ECDRGB
rgb(76, 78, 205)HSL
hsl(239, 56%, 55%)OKLCH
oklch(0.5 0.192 276.3)CMYK
cmyk(63%, 62%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#383AC5
2#3133AF
3#2B2D99
4#252783
5#1F206D
6#191A58
7#131342
8#0C0D2C
9#060616
Tints
Lighter variations
1#5E60D2
2#7072D7
3#8283DC
4#9495E1
5#A5A7E6
6#B7B8EB
7#C9CAF0
8#DBDCF5
9#EDEDFA
Tones
Muted variations
1#5254C6
2#595BC0
3#5F61B9
4#6667B3
5#6C6DAC
6#7373A6
7#797AA0
8#7F8099
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A5 #A4A5E5 | BordersInactive statesPlaceholder text |
| 400 | 7475 #7475D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4E #4C4ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3133 #3133AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2729 #27298B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1D #1C1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F7;
--royal-blue-200: #CBCCF0;
--royal-blue-300: #A4A5E5;
--royal-blue-400: #7475D8;
--royal-blue-500: #4C4ECD;
--royal-blue-600: #3133AF;
--royal-blue-700: #27298B;
--royal-blue-800: #1C1D63;
--royal-blue-900: #121340;
--royal-blue-950: #0B0C28;
}