Royal Blue
#7A60EB
BlueColor Codes
All color formats for development
HEX
#7A60EBRGB
rgb(122, 96, 235)HSL
hsl(251, 78%, 65%)OKLCH
oklch(0.588 0.201 287.1)CMYK
cmyk(48%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6143E8
2#4825E4
3#3B1ACF
4#3216B1
5#2A1294
6#220F76
7#190B59
8#11073B
9#08041E
Tints
Lighter variations
1#8770ED
2#9480EF
3#A290F1
4#AFA0F3
5#BCB0F5
6#CABFF7
7#D7CFF9
8#E4DFFB
9#F2EFFD
Tones
Muted variations
1#7E67E4
2#826EDD
3#8775D6
4#8B7CD0
5#9083C9
6#948AC2
7#9991BB
8#9D98B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A797 #A797F2 | BordersInactive statesPlaceholder text |
| 400 | 7A60 #7A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5433 #5433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3919 #3919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D14 #2D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200E #200E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CDC4F8;
--royal-blue-300: #A797F2;
--royal-blue-400: #7A60EB;
--royal-blue-500: #5433E6;
--royal-blue-600: #3919C8;
--royal-blue-700: #2D149F;
--royal-blue-800: #200E71;
--royal-blue-900: #150949;
--royal-blue-950: #0D062D;
}