Royal Blue
#4D70FF
BlueColor Codes
All color formats for development
HEX
#4D70FFRGB
rgb(77, 112, 255)HSL
hsl(228, 100%, 65%)OKLCH
oklch(0.601 0.216 268.6)CMYK
cmyk(70%, 56%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B56FF
2#0A3BFF
3#002EE8
4#0028C7
5#0021A6
6#001B85
7#001463
8#000D42
9#000721
Tints
Lighter variations
1#5E7EFF
2#708DFF
3#829BFF
4#94A9FF
5#A6B8FF
6#B8C6FF
7#C9D4FF
8#DBE2FF
9#EDF1FF
Tones
Muted variations
1#5576F6
2#5E7BED
3#6780E4
4#7086DB
5#798BD2
6#8290C9
7#8B96C1
8#949BB8
9#9DA0AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE2 #DBE2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA1 #8AA1FF | BordersInactive statesPlaceholder text |
| 400 | 4D70 #4D70FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A47 #1A47FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 002D #002DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0024 #0024B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001A #001A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0010 #001052 | Primary textHigh emphasis contentDark headings |
| 950 | 000A #000A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DBE2FF;
--royal-blue-200: #BDCAFF;
--royal-blue-300: #8AA1FF;
--royal-blue-400: #4D70FF;
--royal-blue-500: #1A47FF;
--royal-blue-600: #002DE0;
--royal-blue-700: #0024B3;
--royal-blue-800: #001A80;
--royal-blue-900: #001052;
--royal-blue-950: #000A33;
}