Royal Blue
#4934E5
BlueColor Codes
All color formats for development
HEX
#4934E5RGB
rgb(73, 52, 229)HSL
hsl(247, 77%, 55%)OKLCH
oklch(0.483 0.248 277)CMYK
cmyk(68%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#341DDF
2#2E1AC7
3#2817AE
4#221395
5#1D107C
6#170D63
7#110A4A
8#0B0632
9#060319
Tints
Lighter variations
1#5B48E7
2#6D5DEA
3#7F71ED
4#9285EF
5#A499F2
6#B6AEF4
7#C8C2F7
8#DBD6FA
9#EDEBFC
Tones
Muted variations
1#4F3DDC
2#5646D3
3#5D4ECA
4#6457C1
5#6A60B8
6#7169B0
7#7872A7
8#7F7B9E
9#858395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A297 #A297F2 | BordersInactive statesPlaceholder text |
| 400 | 7161 #7161EA | Disabled statesSecondary iconsMuted text |
| 500 | 4934 #4934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E1A #2E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0F #1A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110948 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E3DFFB;
--royal-blue-200: #CAC4F7;
--royal-blue-300: #A297F2;
--royal-blue-400: #7161EA;
--royal-blue-500: #4934E5;
--royal-blue-600: #2E1AC7;
--royal-blue-700: #25159E;
--royal-blue-800: #1A0F71;
--royal-blue-900: #110948;
--royal-blue-950: #0A062D;
}