Royal Blue
#4D8BFF
BlueColor Codes
All color formats for development
HEX
#4D8BFFRGB
rgb(77, 139, 255)HSL
hsl(219, 100%, 65%)OKLCH
oklch(0.654 0.184 261.6)CMYK
cmyk(70%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B75FF
2#0A60FF
3#0051E8
4#0046C7
5#003AA6
6#002E85
7#002363
8#001742
9#000C21
Tints
Lighter variations
1#5E97FF
2#70A2FF
3#82AEFF
4#94B9FF
5#A6C5FF
6#B8D1FF
7#C9DCFF
8#DBE8FF
9#EDF3FF
Tones
Muted variations
1#558EF6
2#5E90ED
3#6793E4
4#7096DB
5#7998D2
6#829BC9
7#8B9EC1
8#94A0B8
9#9DA3AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD4 #BDD4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB3 #8AB3FF | BordersInactive statesPlaceholder text |
| 400 | 4D8B #4D8BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6A #1A6AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004F #004FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003E #003EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002D #002D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001D #001D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0012 #001233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DBE8FF;
--royal-blue-200: #BDD4FF;
--royal-blue-300: #8AB3FF;
--royal-blue-400: #4D8BFF;
--royal-blue-500: #1A6AFF;
--royal-blue-600: #004FE0;
--royal-blue-700: #003EB3;
--royal-blue-800: #002D80;
--royal-blue-900: #001D52;
--royal-blue-950: #001233;
}