Royal Blue
#7F61EA
BlueColor Codes
All color formats for development
HEX
#7F61EARGB
rgb(127, 97, 234)HSL
hsl(253, 77%, 65%)OKLCH
oklch(0.594 0.198 289)CMYK
cmyk(46%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6744E7
2#4F26E3
3#411BCD
4#3817B0
5#2F1393
6#250F75
7#1C0B58
8#13083B
9#09041D
Tints
Lighter variations
1#8C71ED
2#9881EF
3#A590F1
4#B2A0F3
5#BFB0F5
6#CCC0F7
7#D9D0F9
8#E5DFFB
9#F2EFFD
Tones
Muted variations
1#8368E4
2#876FDD
3#8A76D6
4#8E7DCF
5#9283C8
6#968AC1
7#9A91BA
8#9E98B3
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB97 #AB97F2 | BordersInactive statesPlaceholder text |
| 400 | 7F61 #7F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 5A34 #5A34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F1A #3F1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3215 #32159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240F #240F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170948 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CFC4F7;
--royal-blue-300: #AB97F2;
--royal-blue-400: #7F61EA;
--royal-blue-500: #5A34E5;
--royal-blue-600: #3F1AC7;
--royal-blue-700: #32159E;
--royal-blue-800: #240F71;
--royal-blue-900: #170948;
--royal-blue-950: #0E062D;
}