Royal Blue
#4E4ECA
BlueColor Codes
All color formats for development
HEX
#4E4ECARGB
rgb(78, 78, 202)HSL
hsl(240, 54%, 55%)OKLCH
oklch(0.499 0.187 277.2)CMYK
cmyk(61%, 61%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A3AC2
2#3434AD
3#2D2D97
4#272782
5#20206C
6#1A1A56
7#131341
8#0D0D2B
9#060616
Tints
Lighter variations
1#6060CF
2#7272D5
3#8383DA
4#9595DF
5#A7A7E5
6#B8B8EA
7#CACAEF
8#DCDCF4
9#EDEDFA
Tones
Muted variations
1#5454C4
2#5B5BBE
3#6161B8
4#6767B1
5#6D6DAB
6#7373A5
7#7A7A9F
8#808099
9#868692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FB;
--royal-blue-100: #E4E4F7;
--royal-blue-200: #CCCCF0;
--royal-blue-300: #A5A5E4;
--royal-blue-400: #7676D6;
--royal-blue-500: #4E4ECA;
--royal-blue-600: #3434AD;
--royal-blue-700: #292989;
--royal-blue-800: #1D1D62;
--royal-blue-900: #13133F;
--royal-blue-950: #0C0C27;
}