Royal Blue
#4E5BCA
BlueColor Codes
All color formats for development
HEX
#4E5BCARGB
rgb(78, 91, 202)HSL
hsl(234, 54%, 55%)OKLCH
oklch(0.523 0.171 273.9)CMYK
cmyk(61%, 55%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A48C2
2#3440AD
3#2D3897
4#273082
5#20286C
6#1A2056
7#131841
8#0D102B
9#060816
Tints
Lighter variations
1#606BCF
2#727CD5
3#838CDA
4#959CDF
5#A7ADE5
6#B8BDEA
7#CACEEF
8#DCDEF4
9#EDEFFA
Tones
Muted variations
1#5460C4
2#5B65BE
3#616AB8
4#676FB1
5#6D73AB
6#7378A5
7#7A7D9F
8#808299
9#868792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AB #A5ABE4 | BordersInactive statesPlaceholder text |
| 400 | 767F #767FD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5B #4E5BCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3440 #3440AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2933 #293389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D24 #1D2462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1317 #13173F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E5F7;
--royal-blue-200: #CCD0F0;
--royal-blue-300: #A5ABE4;
--royal-blue-400: #767FD6;
--royal-blue-500: #4E5BCA;
--royal-blue-600: #3440AD;
--royal-blue-700: #293389;
--royal-blue-800: #1D2462;
--royal-blue-900: #13173F;
--royal-blue-950: #0C0E27;
}