Royal Blue
#7360EB
BlueColor Codes
All color formats for development
HEX
#7360EBRGB
rgb(115, 96, 235)HSL
hsl(248, 78%, 65%)OKLCH
oklch(0.583 0.201 284.5)CMYK
cmyk(51%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5943E8
2#3F25E4
3#321ACF
4#2B16B1
5#231294
6#1C0F76
7#150B59
8#0E073B
9#07041E
Tints
Lighter variations
1#8170ED
2#8F80EF
3#9D90F1
4#ABA0F3
5#B9B0F5
6#C7BFF7
7#D5CFF9
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7867E4
2#7D6EDD
3#8275D6
4#877CD0
5#8C83C9
6#918AC2
7#9691BB
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 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A397 #A397F2 | BordersInactive statesPlaceholder text |
| 400 | 7360 #7360EB | Disabled statesSecondary iconsMuted text |
| 500 | 4B33 #4B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3019 #3019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2614 #26149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0E #1B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | 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: #CBC4F8;
--royal-blue-300: #A397F2;
--royal-blue-400: #7360EB;
--royal-blue-500: #4B33E6;
--royal-blue-600: #3019C8;
--royal-blue-700: #26149F;
--royal-blue-800: #1B0E71;
--royal-blue-900: #110949;
--royal-blue-950: #0B062D;
}