Royal Blue
#4D5ECB
BlueColor Codes
All color formats for development
HEX
#4D5ECBRGB
rgb(77, 94, 203)HSL
hsl(232, 55%, 55%)OKLCH
oklch(0.528 0.169 272.6)CMYK
cmyk(62%, 54%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#394BC4
2#3243AE
3#2C3B98
4#263282
5#202A6D
6#192157
7#131941
8#0D112B
9#060816
Tints
Lighter variations
1#5F6ED1
2#717ED6
3#828EDB
4#949EE0
5#A6AEE5
6#B8BFEA
7#CACFF0
8#DBDFF5
9#EDEFFA
Tones
Muted variations
1#5363C5
2#5A67BF
3#606CB8
4#6670B2
5#6D75AC
6#737AA5
7#797E9F
8#808399
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AD #A4ADE5 | BordersInactive statesPlaceholder text |
| 400 | 7582 #7582D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D5E #4D5ECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3243 #3243AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2835 #28358A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D26 #1D2663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #12183F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CCD0F0;
--royal-blue-300: #A4ADE5;
--royal-blue-400: #7582D7;
--royal-blue-500: #4D5ECB;
--royal-blue-600: #3243AE;
--royal-blue-700: #28358A;
--royal-blue-800: #1D2663;
--royal-blue-900: #12183F;
--royal-blue-950: #0B0F28;
}