Royal Blue
#4E5FCA
BlueColor Codes
All color formats for development
HEX
#4E5FCARGB
rgb(78, 95, 202)HSL
hsl(232, 54%, 55%)OKLCH
oklch(0.53 0.166 272.7)CMYK
cmyk(61%, 53%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4CC2
2#3444AD
3#2D3B97
4#273382
5#202A6C
6#1A2256
7#131941
8#0D112B
9#060816
Tints
Lighter variations
1#606FCF
2#727FD5
3#838FDA
4#959FDF
5#A7AFE5
6#B8BFEA
7#CACFEF
8#DCDFF4
9#EDEFFA
Tones
Muted variations
1#5463C4
2#5B68BE
3#616CB8
4#6771B1
5#6D76AB
6#737AA5
7#7A7F9F
8#808399
9#868892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE4 | BordersInactive statesPlaceholder text |
| 400 | 7682 #7682D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5F #4E5FCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3444 #3444AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2936 #293689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D27 #1D2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E6F7;
--royal-blue-200: #CCD1F0;
--royal-blue-300: #A5ADE4;
--royal-blue-400: #7682D6;
--royal-blue-500: #4E5FCA;
--royal-blue-600: #3444AD;
--royal-blue-700: #293689;
--royal-blue-800: #1D2762;
--royal-blue-900: #13193F;
--royal-blue-950: #0C0F27;
}