Royal Blue
#7161EA
BlueColor Codes
All color formats for development
HEX
#7161EARGB
rgb(113, 97, 234)HSL
hsl(247, 77%, 65%)OKLCH
oklch(0.582 0.199 283.6)CMYK
cmyk(52%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5744E7
2#3C26E3
3#301BCD
4#2917B0
5#221393
6#1B0F75
7#140B58
8#0E083B
9#07041D
Tints
Lighter variations
1#7F71ED
2#8D81EF
3#9C90F1
4#AAA0F3
5#B8B0F5
6#C6C0F7
7#D4D0F9
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7668E4
2#7C6FDD
3#8176D6
4#867DCF
5#8B83C8
6#918AC1
7#9691BA
8#9B98B3
9#A09FAD
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;
}