Royal Blue
#4E4EFD
BlueColor Codes
All color formats for development
HEX
#4E4EFDRGB
rgb(78, 78, 253)HSL
hsl(240, 98%, 65%)OKLCH
oklch(0.544 0.251 274.2)CMYK
cmyk(69%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2DFD
2#0D0DFD
3#0202E6
4#0202C5
5#0202A4
6#010183
7#010162
8#010142
9#000021
Tints
Lighter variations
1#6060FD
2#7272FE
3#8383FE
4#9595FE
5#A7A7FE
6#B8B8FE
7#CACAFE
8#DCDCFF
9#EDEDFF
Tones
Muted variations
1#5757F4
2#6060EC
3#6969E3
4#7171DA
5#7A7AD1
6#8383C9
7#8C8CC0
8#9494B7
9#9D9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFE | BordersInactive statesPlaceholder text |
| 400 | 4E4E #4E4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C1C #1C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0202 #0202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0202 #0202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0101 #01017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010151 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F0FF;
--royal-blue-100: #DCDCFF;
--royal-blue-200: #BDBDFE;
--royal-blue-300: #8B8BFE;
--royal-blue-400: #4E4EFD;
--royal-blue-500: #1C1CFD;
--royal-blue-600: #0202DE;
--royal-blue-700: #0202B1;
--royal-blue-800: #01017E;
--royal-blue-900: #010151;
--royal-blue-950: #010132;
}