Royal Blue
#7760EB
BlueColor Codes
All color formats for development
HEX
#7760EBRGB
rgb(119, 96, 235)HSL
hsl(250, 78%, 65%)OKLCH
oklch(0.586 0.201 286)CMYK
cmyk(49%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E43E8
2#4525E4
3#381ACF
4#3016B1
5#281294
6#200F76
7#180B59
8#10073B
9#08041E
Tints
Lighter variations
1#8570ED
2#9280EF
3#A090F1
4#AEA0F3
5#BBB0F5
6#C9BFF7
7#D6CFF9
8#E4DFFB
9#F1EFFD
Tones
Muted variations
1#7C67E4
2#816EDD
3#8575D6
4#8A7CD0
5#8F83C9
6#938AC2
7#9891BB
8#9C98B4
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 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A697 #A697F2 | BordersInactive statesPlaceholder text |
| 400 | 7760 #7760EB | Disabled statesSecondary iconsMuted text |
| 500 | 5133 #5133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3619 #3619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B14 #2B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0E #1F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | 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: #CDC4F8;
--royal-blue-300: #A697F2;
--royal-blue-400: #7760EB;
--royal-blue-500: #5133E6;
--royal-blue-600: #3619C8;
--royal-blue-700: #2B149F;
--royal-blue-800: #1F0E71;
--royal-blue-900: #140949;
--royal-blue-950: #0C062D;
}