Royal Blue
#4D58CB
BlueColor Codes
All color formats for development
HEX
#4D58CBRGB
rgb(77, 88, 203)HSL
hsl(235, 55%, 55%)OKLCH
oklch(0.517 0.176 274.3)CMYK
cmyk(62%, 57%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3944C4
2#323DAE
3#2C3598
4#262E82
5#20266D
6#191E57
7#131741
8#0D0F2B
9#060816
Tints
Lighter variations
1#5F68D1
2#7179D6
3#828ADB
4#949BE0
5#A6ABE5
6#B8BCEA
7#CACDF0
8#DBDEF5
9#EDEEFA
Tones
Muted variations
1#535DC5
2#5A62BF
3#6067B8
4#666DB2
5#6D72AC
6#7377A5
7#797C9F
8#808299
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A9 #A4A9E5 | BordersInactive statesPlaceholder text |
| 400 | 757D #757DD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D58 #4D58CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 323D #323DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2830 #28308A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D23 #1D2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #12163F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E5F7;
--royal-blue-200: #CCCFF0;
--royal-blue-300: #A4A9E5;
--royal-blue-400: #757DD7;
--royal-blue-500: #4D58CB;
--royal-blue-600: #323DAE;
--royal-blue-700: #28308A;
--royal-blue-800: #1D2363;
--royal-blue-900: #12163F;
--royal-blue-950: #0B0E28;
}