Royal Blue
#7661EA
BlueColor Codes
All color formats for development
HEX
#7661EARGB
rgb(118, 97, 234)HSL
hsl(249, 77%, 65%)OKLCH
oklch(0.586 0.198 285.5)CMYK
cmyk(50%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C44E7
2#4326E3
3#351BCD
4#2E17B0
5#261393
6#1F0F75
7#170B58
8#0F083B
9#08041D
Tints
Lighter variations
1#8371ED
2#9181EF
3#9F90F1
4#ADA0F3
5#BAB0F5
6#C8C0F7
7#D6D0F9
8#E4DFFB
9#F1EFFD
Tones
Muted variations
1#7A68E4
2#7F6FDD
3#8476D6
4#897DCF
5#8E83C8
6#938AC1
7#9791BA
8#9C98B3
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A597 #A597F2 | BordersInactive statesPlaceholder text |
| 400 | 7661 #7661EA | Disabled statesSecondary iconsMuted text |
| 500 | 4E34 #4E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 341A #341AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2915 #29159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0F #1D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130948 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CCC4F7;
--royal-blue-300: #A597F2;
--royal-blue-400: #7661EA;
--royal-blue-500: #4E34E5;
--royal-blue-600: #341AC7;
--royal-blue-700: #29159E;
--royal-blue-800: #1D0F71;
--royal-blue-900: #130948;
--royal-blue-950: #0C062D;
}