Royal Blue
#4D4DFF
BlueColor Codes
All color formats for development
HEX
#4D4DFFRGB
rgb(77, 77, 255)HSL
hsl(240, 100%, 65%)OKLCH
oklch(0.544 0.254 273.9)CMYK
cmyk(70%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2BFF
2#0A0AFF
3#0000E8
4#0000C7
5#0000A6
6#000085
7#000063
8#000042
9#000021
Tints
Lighter variations
1#5E5EFF
2#7070FF
3#8282FF
4#9494FF
5#A6A6FF
6#B8B8FF
7#C9C9FF
8#DBDBFF
9#EDEDFF
Tones
Muted variations
1#5555F6
2#5E5EED
3#6767E4
4#7070DB
5#7979D2
6#8282C9
7#8B8BC1
8#9494B8
9#9D9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F0FF;
--royal-blue-100: #DBDBFF;
--royal-blue-200: #BDBDFF;
--royal-blue-300: #8A8AFF;
--royal-blue-400: #4D4DFF;
--royal-blue-500: #1A1AFF;
--royal-blue-600: #0000E0;
--royal-blue-700: #0000B3;
--royal-blue-800: #000080;
--royal-blue-900: #000052;
--royal-blue-950: #000033;
}