Royal Blue
#4E5DFD
BlueColor Codes
All color formats for development
HEX
#4E5DFDRGB
rgb(78, 93, 253)HSL
hsl(235, 98%, 65%)OKLCH
oklch(0.567 0.235 272.2)CMYK
cmyk(69%, 63%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3FFD
2#0D21FD
3#0215E6
4#0212C5
5#020FA4
6#010C83
7#010962
8#010642
9#000321
Tints
Lighter variations
1#606DFD
2#727DFE
3#838EFE
4#959EFE
5#A7AEFE
6#B8BEFE
7#CACEFE
8#DCDFFF
9#EDEFFF
Tones
Muted variations
1#5764F4
2#606BEC
3#6973E3
4#717ADA
5#7A81D1
6#8389C9
7#8C90C0
8#9497B7
9#9D9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC3 #BDC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B94 #8B94FE | BordersInactive statesPlaceholder text |
| 400 | 4E5D #4E5DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2F #1C2FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0215 #0215DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0210 #0210B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010C #010C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0107 #010751 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FF;
--royal-blue-100: #DCDFFF;
--royal-blue-200: #BDC3FE;
--royal-blue-300: #8B94FE;
--royal-blue-400: #4E5DFD;
--royal-blue-500: #1C2FFD;
--royal-blue-600: #0215DE;
--royal-blue-700: #0210B1;
--royal-blue-800: #010C7E;
--royal-blue-900: #010751;
--royal-blue-950: #010532;
}