Royal Blue
#4E54CA
BlueColor Codes
All color formats for development
HEX
#4E54CARGB
rgb(78, 84, 202)HSL
hsl(237, 54%, 55%)OKLCH
oklch(0.51 0.18 275.8)CMYK
cmyk(61%, 58%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A41C2
2#343AAD
3#2D3297
4#272B82
5#20246C
6#1A1D56
7#131641
8#0D0E2B
9#060716
Tints
Lighter variations
1#6066CF
2#7277D5
3#8388DA
4#9599DF
5#A7AAE5
6#B8BBEA
7#CACCEF
8#DCDDF4
9#EDEEFA
Tones
Muted variations
1#545AC4
2#5B60BE
3#6165B8
4#676BB1
5#6D70AB
6#7376A5
7#7A7C9F
8#808199
9#868792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A8 #A5A8E4 | BordersInactive statesPlaceholder text |
| 400 | 767A #767AD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E54 #4E54CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343A #343AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292E #292E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D21 #1D2162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1315 #13153F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E4F7;
--royal-blue-200: #CCCEF0;
--royal-blue-300: #A5A8E4;
--royal-blue-400: #767AD6;
--royal-blue-500: #4E54CA;
--royal-blue-600: #343AAD;
--royal-blue-700: #292E89;
--royal-blue-800: #1D2162;
--royal-blue-900: #13153F;
--royal-blue-950: #0C0D27;
}