Royal Blue
#4D88FF
BlueColor Codes
All color formats for development
HEX
#4D88FFRGB
rgb(77, 136, 255)HSL
hsl(220, 100%, 65%)OKLCH
oklch(0.648 0.188 262.5)CMYK
cmyk(70%, 47%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B72FF
2#0A5CFF
3#004DE8
4#0042C7
5#0037A6
6#002C85
7#002163
8#001642
9#000B21
Tints
Lighter variations
1#5E94FF
2#70A0FF
3#82ACFF
4#94B8FF
5#A6C3FF
6#B8CFFF
7#C9DBFF
8#DBE7FF
9#EDF3FF
Tones
Muted variations
1#558BF6
2#5E8EED
3#6791E4
4#7094DB
5#7997D2
6#829AC9
7#8B9DC1
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 | DBE7 #DBE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD3 #BDD3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB1 #8AB1FF | BordersInactive statesPlaceholder text |
| 400 | 4D88 #4D88FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A66 #1A66FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004B #004BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003C #003CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002B #002B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001B #001B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0011 #001133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DBE7FF;
--royal-blue-200: #BDD3FF;
--royal-blue-300: #8AB1FF;
--royal-blue-400: #4D88FF;
--royal-blue-500: #1A66FF;
--royal-blue-600: #004BE0;
--royal-blue-700: #003CB3;
--royal-blue-800: #002B80;
--royal-blue-900: #001B52;
--royal-blue-950: #001133;
}