Royal Blue
#4C55CD
BlueColor Codes
All color formats for development
HEX
#4C55CDRGB
rgb(76, 85, 205)HSL
hsl(236, 56%, 55%)OKLCH
oklch(0.513 0.183 274.7)CMYK
cmyk(63%, 59%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3841C5
2#313AAF
3#2B3399
4#252B83
5#1F246D
6#191D58
7#131642
8#0C0E2C
9#060716
Tints
Lighter variations
1#5E66D2
2#7077D7
3#8288DC
4#9499E1
5#A5AAE6
6#B7BBEB
7#C9CCF0
8#DBDDF5
9#EDEEFA
Tones
Muted variations
1#525AC6
2#5960C0
3#5F65B9
4#666BB3
5#6C70AC
6#7376A6
7#797CA0
8#7F8199
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A8 #A4A8E5 | BordersInactive statesPlaceholder text |
| 400 | 747A #747AD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C55 #4C55CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313A #313AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272E #272E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C21 #1C2163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1215 #121540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E4F7;
--royal-blue-200: #CBCEF0;
--royal-blue-300: #A4A8E5;
--royal-blue-400: #747AD8;
--royal-blue-500: #4C55CD;
--royal-blue-600: #313AAF;
--royal-blue-700: #272E8B;
--royal-blue-800: #1C2163;
--royal-blue-900: #121540;
--royal-blue-950: #0B0D28;
}