Royal Blue
#4D58FF
BlueColor Codes
All color formats for development
HEX
#4D58FFRGB
rgb(77, 88, 255)HSL
hsl(236, 100%, 65%)OKLCH
oklch(0.56 0.243 272.6)CMYK
cmyk(70%, 65%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B39FF
2#0A1BFF
3#000FE8
4#000DC7
5#000BA6
6#000985
7#000763
8#000442
9#000221
Tints
Lighter variations
1#5E69FF
2#707AFF
3#828AFF
4#949BFF
5#A6ACFF
6#B8BCFF
7#C9CDFF
8#DBDEFF
9#EDEEFF
Tones
Muted variations
1#5560F6
2#5E68ED
3#6770E4
4#7077DB
5#797FD2
6#8287C9
7#8B8FC1
8#9496B8
9#9D9EAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDE #DBDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC1 #BDC1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A92 #8A92FF | BordersInactive statesPlaceholder text |
| 400 | 4D58 #4D58FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A29 #1A29FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000F #000FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000C #000CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0009 #000980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0005 #000552 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FF;
--royal-blue-100: #DBDEFF;
--royal-blue-200: #BDC1FF;
--royal-blue-300: #8A92FF;
--royal-blue-400: #4D58FF;
--royal-blue-500: #1A29FF;
--royal-blue-600: #000FE0;
--royal-blue-700: #000CB3;
--royal-blue-800: #000980;
--royal-blue-900: #000552;
--royal-blue-950: #000333;
}