Royal Blue
#4D7CFF
BlueColor Codes
All color formats for development
HEX
#4D7CFFRGB
rgb(77, 124, 255)HSL
hsl(224, 100%, 65%)OKLCH
oklch(0.624 0.202 265.9)CMYK
cmyk(70%, 51%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B64FF
2#0A4BFF
3#003EE8
4#0035C7
5#002CA6
6#002385
7#001B63
8#001242
9#000921
Tints
Lighter variations
1#5E89FF
2#7096FF
3#82A3FF
4#94B0FF
5#A6BEFF
6#B8CBFF
7#C9D8FF
8#DBE5FF
9#EDF2FF
Tones
Muted variations
1#5580F6
2#5E84ED
3#6789E4
4#708DDB
5#7991D2
6#8295C9
7#8B99C1
8#949DB8
9#9DA2AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA9 #8AA9FF | BordersInactive statesPlaceholder text |
| 400 | 4D7C #4D7CFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A57 #1A57FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 003C #003CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0030 #0030B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0022 #002280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0016 #001652 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DBE5FF;
--royal-blue-200: #BDCEFF;
--royal-blue-300: #8AA9FF;
--royal-blue-400: #4D7CFF;
--royal-blue-500: #1A57FF;
--royal-blue-600: #003CE0;
--royal-blue-700: #0030B3;
--royal-blue-800: #002280;
--royal-blue-900: #001652;
--royal-blue-950: #000E33;
}