Royal Blue
#4D7FFF
BlueColor Codes
All color formats for development
HEX
#4D7FFFRGB
rgb(77, 127, 255)HSL
hsl(223, 100%, 65%)OKLCH
oklch(0.63 0.198 265.1)CMYK
cmyk(70%, 50%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B67FF
2#0A50FF
3#0042E8
4#0038C7
5#002FA6
6#002685
7#001C63
8#001342
9#000921
Tints
Lighter variations
1#5E8CFF
2#7099FF
3#82A5FF
4#94B2FF
5#A6BFFF
6#B8CCFF
7#C9D9FF
8#DBE5FF
9#EDF2FF
Tones
Muted variations
1#5583F6
2#5E87ED
3#678BE4
4#708FDB
5#7992D2
6#8296C9
7#8B9AC1
8#949EB8
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 | BDCF #BDCFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAB #8AABFF | BordersInactive statesPlaceholder text |
| 400 | 4D7F #4D7FFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A5B #1A5BFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0040 #0040E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0033 #0033B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0024 #002480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0017 #001752 | 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: #BDCFFF;
--royal-blue-300: #8AABFF;
--royal-blue-400: #4D7FFF;
--royal-blue-500: #1A5BFF;
--royal-blue-600: #0040E0;
--royal-blue-700: #0033B3;
--royal-blue-800: #002480;
--royal-blue-900: #001752;
--royal-blue-950: #000E33;
}